diff --git a/.github/workflows/zulu-update.yaml b/.github/workflows/zulu-update.yaml index ae54754..5d5cf85 100644 --- a/.github/workflows/zulu-update.yaml +++ b/.github/workflows/zulu-update.yaml @@ -13,13 +13,11 @@ 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 @@ -27,4 +25,3 @@ jobs: git add . git commit -m "$(date)" git push -