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]:"