Skip to content

Commit

Permalink
Fixed 12?
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri committed Sep 21, 2023
1 parent f24c265 commit a7cf3b6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/zulu-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT || github.token }}
- name: nuspec sync
- id: zulu_sync
shell: bash
run: |
./scripts/zulu-sync.sh >> $GITHUB_OUTPUT
id: zulu_sync
- name: repo update
id: repo_update
- id: repo_update
shell: bash
run: |
git config user.name github-actions
git config user.email [email protected]
git add .
git commit -m "$(date)"
git push

0 comments on commit a7cf3b6

Please sign in to comment.