From 1b4bb5faed7b34ad91a8f5453b07ce2546f63301 Mon Sep 17 00:00:00 2001 From: Avaray <1459553+Avaray@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:39:22 +0200 Subject: [PATCH] Update build-after-pvs-update.yml --- .github/workflows/build-after-pvs-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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