Skip to content

Commit 93b7405

Browse files
committed
add message commit
1 parent 2eac28a commit 93b7405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
git config user.name github-actions
5353
git config user.email [email protected]
5454
git add .
55-
if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync docs from infrahub repo" && git push; fi
55+
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

Comments
 (0)