Skip to content

Commit 111230f

Browse files
authored
fix: remove additional quote in input param (#512)
Signed-off-by: Ondrej Dockal <[email protected]>
1 parent da2224d commit 111230f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sso-e2e-nightly-windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
type: string
3333
required: true
3434
podman_remote_url:
35-
default: 'https://github.com/containers/podman/releases/download/v5.3.1/podman-5.3.1-setup.exe''
35+
default: 'https://github.com/containers/podman/releases/download/v5.3.1/podman-5.3.1-setup.exe'
3636
description: 'podman setup exe'
3737
type: string
3838
required: true

0 commit comments

Comments
 (0)