mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
PR: using an action to push
This commit is contained in:
parent
4559ef8dd4
commit
b3905bf765
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
|||
|
||||
- name: Push changes to new branch
|
||||
if: success()
|
||||
uses: ad-m/github-push-action@v0.7.0
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: "${{ env.BRANCH_NAME }}"
|
||||
github_token: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||
|
|
Loading…
Reference in a new issue