Skip to content

Commit

Permalink
early exit (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Yi-01-ai <[email protected]>
  • Loading branch information
ZhaoFancy and Yi-01-ai authored Nov 23, 2023
1 parent e66ad2d commit ab2327c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "yi-01-ai"
git add .
git commit --dry-run || exit 0
git commit -m "Auto Sync from ${{ github.repositoryUrl}}/commit/${{ github.sha}}"
git push ${{ env.REPO }}

0 comments on commit ab2327c

Please sign in to comment.