Skip to content

Commit

Permalink
Fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed Nov 24, 2019
1 parent 6577fd3 commit b84736d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-submodule-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
git config user.name "Lucien Shui"
git config user.email "[email protected]"
git add --all
git commit -m "Sync submodule at `TZ=UTC-8 date +'%Y-%m-%d %H:%M:%S'`"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git dev
if ! git commit -m "Sync submodule at `TZ=UTC-8 date +'%Y-%m-%d %H:%M:%S'`"; then exit 0; fi
git push https://"${{ secrets.GITHUB_PASSWORD }}"@"github.com/${{ github.repository }}.git" dev

0 comments on commit b84736d

Please sign in to comment.