From a7cf3b68c72c72b02dfaf42da26f6ef231eb2240 Mon Sep 17 00:00:00 2001 From: ajshastri Date: Thu, 21 Sep 2023 08:11:16 -0700 Subject: [PATCH] Fixed 12? --- .github/workflows/zulu-update.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 -