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 2eac28a commit 93b7405Copy full SHA for 93b7405
.github/workflows/sync-docs.yml
@@ -52,4 +52,4 @@ jobs:
52
git config user.name github-actions
53
git config user.email [email protected]
54
git add .
55
- if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync docs from infrahub repo" && git push; fi
+ if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync doc Python SDK from infrahub repo" && git push; fi
0 commit comments