Skip to content

Commit

Permalink
Update sync-upstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hide212131 authored Nov 3, 2024
1 parent 77e3703 commit 4f172de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
echo "merge_status=up_to_date" >> $GITHUB_ENV
fi
- name: Commit merge conflicts
if: ${{ env.branch_exists != 'true' && env.merge_status != 'up_to_date' }}
run: git commit -a --no-edit || true

- name: Remove workflow files
if: ${{ env.branch_exists != 'true' && env.merge_status != 'up_to_date' }}
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

- name: Find conflict files
if: ${{ env.branch_exists != 'true' && env.merge_status != 'up_to_date' }}
id: find-conflict-files
Expand Down

0 comments on commit 4f172de

Please sign in to comment.