Merge pull request #22669 from ashley-cui/act

[CI:DOCS] Trigger windows installer action properly
This commit is contained in:
openshift-merge-bot[bot]
2024-05-14 12:22:33 +00:00
committed by GitHub

View File

@ -180,5 +180,7 @@ jobs:
if: >-
steps.check.outputs.windows_amd == 'true' ||
steps.actual_dryrun.outputs.dryrun == 'false'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh workflow run upload-win-installer.yml -f ${{steps.getversion.outputs.version}} -f dryrun=false
gh workflow run upload-win-installer.yml -f version=${{steps.getversion.outputs.version}} -f dryrun=false