From 467ccafd336ef0945eb5696a8b0cbf338f86bd46 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Apr 2023 14:12:12 +0100 Subject: [PATCH] Fix typo in runner config file name --- image/run_runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/run_runner.sh b/image/run_runner.sh index 72de76b..9b7a4ce 100644 --- a/image/run_runner.sh +++ b/image/run_runner.sh @@ -34,7 +34,7 @@ export XDG_CACHE_HOME=/tmp/.cache ################################################# # render config file ################################################# -effective_config_file=/tmp/gitae_act_runner_config.yml +effective_config_file=/tmp/gitea_act_runner_config.yml rm -f "$effective_config_file" if [[ ${GITEA_RUNNER_LOG_EFFECTIVE_CONFIG:-false} == "true" ]]; then log INFO "Effective runner config [$effective_config_file]:"