Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
geekzter committed Apr 28, 2024
1 parent 32622b3 commit 18319d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
git config user.email [email protected]
git add graph.png
git add README.md
git diff-index --quiet HEAD || git commit -m "Update docs"
git push
# git diff-index --quiet HEAD || git commit -m "Update docs"
# git push
git diff-index --quiet HEAD || (git add -A && git commit -m'[bot] update files' --allow-empty && git push -f)
shell: bash
working-directory: terraform/azure-devops/create-service-connection

0 comments on commit 18319d5

Please sign in to comment.