Skip to content

Commit 53c864d

Browse files
committed
Induce a failure
1 parent 88af137 commit 53c864d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-workflow.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")
44

5-
@file:Repository("https://bindings.krzeminski.it")
5+
@file:Repository("https://bindings.krzeminski.itt")
66
@file:DependsOn("actions:checkout:v4")
77

88
import io.github.typesafegithub.workflows.actions.actions.Checkout

.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.itt/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)