Skip to content

Commit

Permalink
fix pull request issues (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Mar 4, 2024
1 parent ad8a388 commit 183386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gen-actions/actions_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: {{github `env.create_pr == 'true'`}}
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
# Who to look like
token: {{github "secrets.PERSONAL_ACCESS_TOKEN"}}
Expand Down

0 comments on commit 183386c

Please sign in to comment.