mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05: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 fetch "${{ env.UPSTREAM_REPO }}" "${{ env.TARGET_BRANCH }}"
|
||||||
git pull "${{ 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
|
git diff
|
||||||
|
|
||||||
echo "GIT_DIFF=$git diff --minimal" >> $GITHUB_ENV
|
echo "GIT_DIFF=$git diff --minimal" >> $GITHUB_ENV
|
||||||
|
|
|
@ -9,3 +9,5 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
upstream-sync:
|
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