Skip to content

Commit

Permalink
Merge pull request #30 from ubie-oss/bump-up-to-0.3.3
Browse files Browse the repository at this point in the history
Bump up to v0.3.3
  • Loading branch information
yu-iskw authored Apr 24, 2024
2 parents 64c2098 + fe0e588 commit b110b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
runs-on: ubuntu-latest
steps:
# We have to check out the default branch before using the action.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# The step is failed.
- name: "Dummy failed step"
id: dummy-failed-step
run: |
echo "The dummy task was failed."
exit 1
# The step is triggered only when dummy-failed-step is failed.
- uses: ubie-oss/[email protected].0
- uses: ubie-oss/[email protected].3
if: ${{ failure() }}
id: comment-to-merged-pr
with:
Expand Down

0 comments on commit b110b8b

Please sign in to comment.