We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27a950a + 9ae92c1 commit 61d095dCopy full SHA for 61d095d
1 file changed
action.yml
@@ -69,7 +69,7 @@ runs:
69
id: fetch-podman-url
70
uses: redhat-actions/podman-install/.github/actions/fetch-latest-podman-version-windows@e4b1fa48c45110617d0ae3a995b81428f4234d96
71
with:
72
- version_input: ${{ inputs.podman-version-input }}
+ version_input: ${{ inputs.podman-version-input || 'latest' }}
73
file_type: 'setup.exe'
74
75
- name: Install Podman on Windows
0 commit comments