Skip to content

Commit 61d095d

Browse files
authored
Merge pull request #7 from redhat-actions/adding_latest_in_case_not_specified
chore(test): set latest in case of not specified
2 parents 27a950a + 9ae92c1 commit 61d095d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
id: fetch-podman-url
7070
uses: redhat-actions/podman-install/.github/actions/fetch-latest-podman-version-windows@e4b1fa48c45110617d0ae3a995b81428f4234d96
7171
with:
72-
version_input: ${{ inputs.podman-version-input }}
72+
version_input: ${{ inputs.podman-version-input || 'latest' }}
7373
file_type: 'setup.exe'
7474

7575
- name: Install Podman on Windows

0 commit comments

Comments
 (0)