From 8744b5c5cf173986843a0b74e85d25fdcaa2e6aa Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 12 Oct 2023 16:01:48 +0200 Subject: [PATCH] error if trying to push a self action that has uncommitted changes otherwise it will not push these changes and this is not what is intended during development --- forgejo-test-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/forgejo-test-helper.sh b/forgejo-test-helper.sh index 0ae8c51..ccc4a62 100755 --- a/forgejo-test-helper.sh +++ b/forgejo-test-helper.sh @@ -189,6 +189,7 @@ function push_self_action() { clear_runner_cache local dir="$DIR/self" + git diff --exit-code git clone . $dir ( cd $dir