Skip to content

Commit 18319d5

Browse files
committed
1 parent 32622b3 commit 18319d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
git config user.email github-actions@github.com
3737
git add graph.png
3838
git add README.md
39-
git diff-index --quiet HEAD || git commit -m "Update docs"
40-
git push
39+
# git diff-index --quiet HEAD || git commit -m "Update docs"
40+
# git push
41+
git diff-index --quiet HEAD || (git add -A && git commit -m'[bot] update files' --allow-empty && git push -f)
4142
shell: bash
4243
working-directory: terraform/azure-devops/create-service-connection

0 commit comments

Comments
 (0)