Skip to content

Commit

Permalink
Sync Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Foundation Platform Bot - Sync Repos committed Sep 12, 2024
1 parent 12a91e2 commit ad2e96d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sync-repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,14 @@ jobs:
# Commit and Push
echo "Commit and Push..."
git add .
# Status Verify
STATUS=$(git diff --cached --shortstat)
if [ -z "$STATUS" ]; then
echo "No changes to commit"
exit 0
fi
# Commit and Push
git commit -m "Sync Repository"
git push origin main

0 comments on commit ad2e96d

Please sign in to comment.