From cd377ddbade31688a734f58dc72a96c6475ddf24 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 26 Mar 2024 09:21:32 +0100 Subject: [PATCH] actions: push-cancel: fix typo --- actions/example-push-cancel/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/example-push-cancel/run.sh b/actions/example-push-cancel/run.sh index 37ed9d3..dbdebb4 100755 --- a/actions/example-push-cancel/run.sh +++ b/actions/example-push-cancel/run.sh @@ -13,6 +13,6 @@ forgejo-test-helper.sh wait_running $url $repo $sha # forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token # -# wait for the workflow to be canceld as a result of the previous push +# wait for the workflow to be canceled as a result of the previous push # forgejo-test-helper.sh wait_failure $url $repo $sha 'Has been cancelled'