mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Updated create-pull-request action
This commit is contained in:
parent
46f3159374
commit
656d7eb770
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
if: success()
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
uses: peter-evans/create-pull-request@v7.0.5
|
||||
with:
|
||||
token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }}
|
||||
commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}"
|
||||
|
|
Loading…
Reference in a new issue