Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request (#199)
Browse files Browse the repository at this point in the history
This version has a fix for the error we encounter when this workflow is ran: peter-evans/create-pull-request#2790
  • Loading branch information
cwoodwar6 authored Jun 14, 2024
1 parent 40c6868 commit 23cc246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pod_try_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# Commit changes
- name: PR Changes
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
if: steps.pod_try_copy.outputs.filtered_lines_modified > 0
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
Expand Down

0 comments on commit 23cc246

Please sign in to comment.