commit 78652aad6a27f63d97ceca65c8e4ad4ffffb3ee7
parent f541f4ca9ddb86153201bcad3a7140fd3616515e
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 10 Oct 2023 18:25:18 +0200
Fix PR flow
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -40,14 +40,14 @@ jobs:
# Set output 'sha' to $_sha
echo "::set-output name=sha::${_sha}"
- name: Find comment
- uses: peter-evans/find-comment@2.4.0
+ uses: peter-evans/find-comment@v2.4.0
id: fc
with:
issue-number: ${{ github.event.pull_request.number }}
comment-author: github-actions[bot]
body-includes: Automatically generated by octodns-sync
- name: Add or update PR comment
- uses: peter-evans/create-or-update-comment@3.0.2
+ uses: peter-evans/create-or-update-comment@v3.0.2
with:
issue-number: ${{ github.event.pull_request.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}