Skip to content

Commit

Permalink
Update sync-docs.yml (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
minitriga authored Feb 7, 2025
1 parent 8d5db67 commit 544da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add .
if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync docs from infrahub-demo-dc-fabric repo" && git push; fi
if ! (git diff --quiet && git diff --staged --quiet); then git commit -m "Sync docs from infrahub-sync repo" && git push; fi

0 comments on commit 544da85

Please sign in to comment.