Skip to content

Commit 1016e92

Browse files
authored
Update container-update.yml
1 parent 520c184 commit 1016e92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/container-update.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
4747
git add -A
4848
git commit -m "Updating Container"
49+
50+
if git rev-parse --quiet --verify dciborow/updateContainer > /dev/null; then
51+
git merge -X ours dciborow/updateContainer
52+
fi
4953
5054
git push origin --force master:dciborow/updateContainer
5155
- name: HTTP Request Action

0 commit comments

Comments
 (0)