We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee8bc5 commit 821b1abCopy full SHA for 821b1ab
1 file changed
README.md
@@ -42,7 +42,7 @@ For this the additional job `post-pr-reviews` has to be added to the linting wor
42
post-pr-reviews:
43
needs: lint
44
if: ${{ needs.lint.result == 'failure' }}
45
- uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@add_post_pr_reviews
+ uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main
46
```
47
48
0 commit comments