Fix typo in runner config file name

This commit is contained in:
Jake Howard 2023-04-10 14:12:12 +01:00 committed by Sebastian Thomschke
parent d28e7751b3
commit 467ccafd33
1 changed files with 1 additions and 1 deletions

View File

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