From 43e0a988d211174b3715867e9a2c5f16adbcfa90 Mon Sep 17 00:00:00 2001 From: ThinhHV Date: Sun, 17 Mar 2024 01:12:16 +0700 Subject: [PATCH 1/2] upgrade ci Signed-off-by: ThinhHV --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8da035d..ccaacdd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,15 +8,15 @@ on: - "v*" jobs: - build: + build-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test - name: Google Chat Notification - uses: nakamuraos/google-chat-notifications@v2.2.0 + uses: nakamuraos/google-chat-notifications@v2.2.1 with: title: Build webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }} From e8b12c71ad7e9f2293d24f32e414b13543c404ee Mon Sep 17 00:00:00 2001 From: ThinhHV Date: Sun, 17 Mar 2024 01:16:14 +0700 Subject: [PATCH 2/2] upgrade ci Signed-off-by: ThinhHV --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index f4d801c..cf72686 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10556,6 +10556,7 @@ function run() { console.info('Sent message.'); } catch (error) { + core.debug(error); core.setFailed(error.message); } });