We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a306b84 commit 4675079Copy full SHA for 4675079
1 file changed
.github/workflows/deploy.yml
@@ -14,12 +14,6 @@ jobs:
14
matrix:
15
node-version: [15.x]
16
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
23
- name: SSH Deploy
24
uses: garygrossgarten/github-action-ssh@release
25
with:
0 commit comments