Updated PR from upstream template

This commit is contained in:
XargonWan 2024-11-08 10:48:52 +09:00
parent 96f130f371
commit 948f91e081
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 }}