nixos/github-runner: fix build failure (#339452)

authored by

Aleksana and committed by
GitHub
43aabb26 1bbd4b00

+2 -1
+2 -1
nixos/modules/services/continuous-integration/github-runner/service.nix
··· 151 151 # Always clean workDir 152 152 find -H "$WORK_DIRECTORY" -mindepth 1 -delete 153 153 ''; 154 - configureRunner = writeScript "configure" '' 154 + configureRunner = writeScript "configure" /*bash*/'' 155 155 if [[ -e "${newConfigTokenPath}" ]]; then 156 156 echo "Configuring GitHub Actions Runner" 157 + # shellcheck disable=SC2054 # don't complain about commas in --labels 157 158 args=( 158 159 --unattended 159 160 --disableupdate