diff --git a/.github/workflows/build-after-pvs-update.yml b/.github/workflows/build-after-pvs-update.yml index 47a9c7e..c54b8da 100644 --- a/.github/workflows/build-after-pvs-update.yml +++ b/.github/workflows/build-after-pvs-update.yml @@ -41,11 +41,11 @@ jobs: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - gh variable set PVS_HASH ${{ steps.get-pvs-hash.outputs.new_hash }} --repo ${{ github.repository }} + gh variable set PVS_HASH -b ${{ steps.get-pvs-hash.outputs.new_hash }} - name: Trigger update workflow if: steps.get-pvs-hash.outputs.update_needed == 'true' env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: | - gh workflow run build-after-commit.yml --repo ${{ github.repository }} + gh workflow run build-after-commit.yml