Skip to content

Commit

Permalink
Add unique step name to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jul 23, 2024
1 parent 454070d commit 6a765a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
# If you add more jobs, remember to add them to the "needs" array.
confirmChangelogChecksPassed:
runs-on: ubuntu-latest
name: All tests passed
name: All checks passed
# If any new job gets added, be sure to add it to this list
needs:
- verify-changelog-updated
- verify-changelog-valid
steps:
- run: echo '### Good job! All the tests passed 🚀' >> $GITHUB_STEP_SUMMARY
- run: echo '### Good job! All the checks passed 🚀' >> $GITHUB_STEP_SUMMARY

0 comments on commit 6a765a7

Please sign in to comment.