We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32622b3 commit 18319d5Copy full SHA for 18319d5
.github/workflows/docs.yml
@@ -36,7 +36,8 @@ jobs:
36
git config user.email github-actions@github.com
37
git add graph.png
38
git add README.md
39
- git diff-index --quiet HEAD || git commit -m "Update docs"
40
- git push
+ # git diff-index --quiet HEAD || git commit -m "Update docs"
+ # git push
41
+ git diff-index --quiet HEAD || (git add -A && git commit -m'[bot] update files' --allow-empty && git push -f)
42
shell: bash
43
working-directory: terraform/azure-devops/create-service-connection
0 commit comments