From e17234ca9e88634019a15224cfd3ce5e4d8262e2 Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Sat, 22 Jun 2024 02:42:19 +0200 Subject: [PATCH] CI: Correct version for sticky-pull-request-comment action This was not caught by CI because it doesn't take effect before merging. --- .github/workflows/pr_info_intro.yml | 2 +- .github/workflows/pr_info_post.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_info_intro.yml b/.github/workflows/pr_info_intro.yml index 96068b29e..89b29fdfc 100644 --- a/.github/workflows/pr_info_intro.yml +++ b/.github/workflows/pr_info_intro.yml @@ -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! diff --git a/.github/workflows/pr_info_post.yml b/.github/workflows/pr_info_post.yml index 136fcd320..67df3efb7 100644 --- a/.github/workflows/pr_info_post.yml +++ b/.github/workflows/pr_info_post.yml @@ -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 }}