Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 committed Nov 3, 2024
2 parents 414ad0c + 87cfff7 commit 0dcdf6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
echo "merge_status=up_to_date" >> $GITHUB_ENV
fi
- name: Remove workflow files
if: ${{ env.branch_exists != 'true' && env.merge_status == 'merged' }}
run: |
git rm -r --cached .github/workflows/deploy.yml || true
git commit -m "Remove upstream workflow files" || true
- name: Commit merge conflicts
if: ${{ env.branch_exists != 'true' && env.merge_status != 'up_to_date' }}
run: git commit -a --no-edit || true
Expand Down

0 comments on commit 0dcdf6b

Please sign in to comment.