mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-24 04:05:39 +00:00
PR: fixing repo clone
This commit is contained in:
parent
8ad4fc0df6
commit
e0d1911fd8
16
.github/workflows/pr_from_upstream.yml
vendored
16
.github/workflows/pr_from_upstream.yml
vendored
|
@ -19,13 +19,13 @@ jobs:
|
||||||
git checkout "${{ github.ref_name }}"
|
git checkout "${{ github.ref_name }}"
|
||||||
git branch --set-upstream-to=upstream/${{ github.ref_name }} ${{ github.ref_name }}
|
git branch --set-upstream-to=upstream/${{ github.ref_name }} ${{ github.ref_name }}
|
||||||
|
|
||||||
- name: Generate a token for Rekku
|
# - name: Generate a token for Rekku
|
||||||
id: generate-rekku-token
|
# id: generate-rekku-token
|
||||||
uses: actions/create-github-app-token@v1.11.0
|
# uses: actions/create-github-app-token@v1
|
||||||
with:
|
# with:
|
||||||
app-id: ${{ vars.REKKU_APP_ID }}
|
# app-id: ${{ vars.REKKU_APP_ID }}
|
||||||
private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
# private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
owner: "RetroDECK"
|
# owner: "RetroDECK"
|
||||||
|
|
||||||
- name: Configuring Git
|
- name: Configuring Git
|
||||||
run: |
|
run: |
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
uses: peter-evans/create-pull-request@v7.0.5
|
uses: peter-evans/create-pull-request@v7.0.5
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }}
|
#token: ${{ steps.generate-rekku-token.outputs.token || secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}"
|
commit-message: "Sync with upstream changes from ${{ env.UPSTREAM_REPO }}"
|
||||||
branch: ${{ env.BRANCH_NAME }}
|
branch: ${{ env.BRANCH_NAME }}
|
||||||
title: "Sync with upstream ${{ env.UPSTREAM_REPO }}"
|
title: "Sync with upstream ${{ env.UPSTREAM_REPO }}"
|
||||||
|
|
Loading…
Reference in a new issue