Skip to content

Commit 4675079

Browse files
committed
Remove automatic conflict resolution step from deploy workflow
1 parent a306b84 commit 4675079

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ jobs:
1414
matrix:
1515
node-version: [15.x]
1616
steps:
17-
- name: Check and resolve conflicts
18-
run: |
19-
git status
20-
git diff --name-only --diff-filter=U | xargs git checkout --ours
21-
git add .
22-
git commit -m "Resolve conflicts automatically" || true
2317
- name: SSH Deploy
2418
uses: garygrossgarten/github-action-ssh@release
2519
with:

0 commit comments

Comments
 (0)