Skip to content

Commit

Permalink
Merge pull request #9 from nakamuraos/feature/upgrade-ci
Browse files Browse the repository at this point in the history
upgrade ci
  • Loading branch information
nakamuraos authored Mar 16, 2024
2 parents 470f377 + e8b12c7 commit 3309d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].0
uses: nakamuraos/[email protected].1
with:
title: Build
webhookUrl: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10556,6 +10556,7 @@ function run() {
console.info('Sent message.');
}
catch (error) {
core.debug(error);
core.setFailed(error.message);
}
});
Expand Down

0 comments on commit 3309d2b

Please sign in to comment.