We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb03a9 commit 774b6bfCopy full SHA for 774b6bf
.github/workflows/deploy.pantheon.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Deploy to Pantheon
70
run: |
71
cd prod
72
- git status
+ git status | grep "nothing to commit" && exit 0 || git status
73
git add .
74
git commit -m "Prod release"
75
git push pantheon HEAD:master
0 commit comments