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
68ec08e7da
commit
4c7690c659
6
.github/workflows/pr_from_upstream.yml
vendored
6
.github/workflows/pr_from_upstream.yml
vendored
|
@ -76,8 +76,10 @@ jobs:
|
||||||
|
|
||||||
- name: Push changes to new branch
|
- name: Push changes to new branch
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
uses: ad-m/github-push-action@v0.8.0
|
||||||
git push origin "${{ env.BRANCH_NAME }}"
|
with:
|
||||||
|
branch: "${{ env.BRANCH_NAME }}"
|
||||||
|
github_token: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Reference in a new issue