mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
Merge pull request #22669 from ashley-cui/act
[CI:DOCS] Trigger windows installer action properly
This commit is contained in:
4
.github/workflows/release-artifacts.yml
vendored
4
.github/workflows/release-artifacts.yml
vendored
@ -180,5 +180,7 @@ jobs:
|
|||||||
if: >-
|
if: >-
|
||||||
steps.check.outputs.windows_amd == 'true' ||
|
steps.check.outputs.windows_amd == 'true' ||
|
||||||
steps.actual_dryrun.outputs.dryrun == 'false'
|
steps.actual_dryrun.outputs.dryrun == 'false'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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
|
||||||
|
Reference in New Issue
Block a user