We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20ecd9 commit 88af137Copy full SHA for 88af137
.github/workflows/test-workflow.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: 'sleep 30'
28
- id: 'replace-server-url-in-script'
29
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"
+ run: sed -i -e 's/https:\/\/bindings.krzeminski.it/http:\/\/localhost:8080/g' .github/workflows/test-workflow.main.kts
31
- id: 'execute-script-again'
32
33
run: 'rm ''.github/workflows/test-workflow.yaml'' && ''.github/workflows/test-workflow.main.kts'''
0 commit comments