Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Jul 25, 2024
1 parent 9999e2a commit 342a907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' && inputs.restore-upstream != ''}}
run: |
echo "reset ${{ inputs.restore-upstream }}"
git checkout --theirs ${{ inputs.restore-upstream }}
git add ${{ inputs.restore-upstream }}
git checkout --theirs ${{ inputs.restore-upstream }} || true
git add ${{ inputs.restore-upstream }} || true
- name: Remove deleted files
if: ${{ steps.merge.outputs.MERGE_CONFLICT == 'true' }}
run: |
Expand Down

0 comments on commit 342a907

Please sign in to comment.