Skip to content

Commit

Permalink
Update Synced GitHub Automation Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Aug 22, 2024
1 parent 026ea8d commit 3100b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/synced-dependabot-pr-recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: prcomm
- name: tell dependabot to recreate pr
if: steps.prcomm.outputs.BOOL_TRIGGERED == 'true'
uses: peter-evans/create-or-update-comment@v4
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
issue-number: ${{ steps.prcomm.outputs.PULL_REQUEST_NUMBER }}
Expand Down

0 comments on commit 3100b0a

Please sign in to comment.