mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 10:55:39 +00:00
Updated PR from upstream template
This commit is contained in:
parent
96f130f371
commit
948f91e081
2
.github/workflows/pr_from_upstream.yml
vendored
2
.github/workflows/pr_from_upstream.yml
vendored
|
@ -70,8 +70,6 @@ jobs:
|
|||
git fetch "${{ env.UPSTREAM_REPO }}" "${{ env.TARGET_BRANCH }}"
|
||||
git pull "${{ env.UPSTREAM_REPO }}" "${{ env.TARGET_BRANCH }}"
|
||||
|
||||
git commit --allow-empty -m "Updating module with upstream repo"
|
||||
|
||||
git diff
|
||||
|
||||
echo "GIT_DIFF=$git diff --minimal" >> $GITHUB_ENV
|
||||
|
|
|
@ -8,4 +8,6 @@ on:
|
|||
|
||||
jobs:
|
||||
upstream-sync:
|
||||
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
|
||||
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
|
||||
secrets:
|
||||
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
Loading…
Reference in a new issue