Skip to content

Commit

Permalink
Update build-after-pvs-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaray committed Aug 5, 2024
1 parent a6bbd87 commit 1b4bb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-after-pvs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b4bb5f

Please sign in to comment.