Skip to content

Commit

Permalink
Fixed Output, modified commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Sep 22, 2023
1 parent cc2e369 commit 1da524b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/zulu-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
- id: zulu_sync
shell: bash
run: |
# ./scripts/zulu-sync.sh >> $GITHUB_OUTPUT
./scripts/zulu-sync.sh
- id: repo_update
shell: bash
run: |
git config user.name github-actions
git config user.email [email protected]
git commit -a -m "$(date)" && git push || echo "No changes"
git commit -a -m "Zulu version update on $(date)" && git push || echo "No changes"

0 comments on commit 1da524b

Please sign in to comment.