We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520c184 commit 1016e92Copy full SHA for 1016e92
1 file changed
.github/workflows/container-update.yml
@@ -46,6 +46,10 @@ jobs:
46
47
git add -A
48
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
53
54
git push origin --force master:dciborow/updateContainer
55
- name: HTTP Request Action
0 commit comments