Skip to content

Commit

Permalink
CI: Correct version for sticky-pull-request-comment action
Browse files Browse the repository at this point in the history
This was not caught by CI because it doesn't take effect before merging.
  • Loading branch information
Geod24 committed Jun 22, 2024
1 parent b265bb3 commit e17234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_info_intro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Prepare sticky comment'
uses: marocchino/sticky-pull-request-comment@2.9.0
uses: marocchino/sticky-pull-request-comment@v2.9.0
with:
message: |
Thanks for your Pull Request and making D better!
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_info_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "PR_ID=$PR_ID" >> $GITHUB_ENV
- name: Update GitHub comment
uses: marocchino/sticky-pull-request-comment@2.9.0
uses: marocchino/sticky-pull-request-comment@v2.9.0
with:
path: ./comment.txt
number: ${{ env.PR_ID }}

0 comments on commit e17234c

Please sign in to comment.