Skip to content

Commit

Permalink
runner: convert pre-job script to string
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent 1c70921 commit 6399cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ in
# Replace an existing runner with the same name, instead of erroring out.
replace = true;
extraEnvironment = {
ACTIONS_RUNNER_HOOK_JOB_STARTED = preJobScript;
ACTIONS_RUNNER_HOOK_JOB_STARTED = toString preJobScript;
};
extraPackages =
with (if cfg.enableRosetta then pkgs.pkgsx86_64Darwin else pkgs);
Expand Down

0 comments on commit 6399cd7

Please sign in to comment.