Skip to content

Commit 88af137

Browse files
committed
Try without quotes
1 parent d20ecd9 commit 88af137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: 'sleep 30'
2828
- id: 'replace-server-url-in-script'
2929
if: "steps.step-1.outcome != 'success'"
30-
run: "sed -i -e 's/https:\/\/bindings.krzeminski.it/http:\/\/localhost:8080/g' .github/workflows/test-workflow.main.kts"
30+
run: sed -i -e 's/https:\/\/bindings.krzeminski.it/http:\/\/localhost:8080/g' .github/workflows/test-workflow.main.kts
3131
- id: 'execute-script-again'
3232
if: "steps.step-1.outcome != 'success'"
3333
run: 'rm ''.github/workflows/test-workflow.yaml'' && ''.github/workflows/test-workflow.main.kts'''

0 commit comments

Comments
 (0)