We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd191a3 commit caba6baCopy full SHA for caba6ba
modules/runners/templates/start-runner.sh
@@ -190,7 +190,7 @@ if [[ "$run_as" == "root" ]]; then
190
export RUNNER_ALLOW_RUNASROOT=1
191
fi
192
193
-chown -R $run_as .
+chown -R $run_as /opt/actions-runner
194
195
info_arch=$(uname -p)
196
info_os=$( ( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head -n1 | cut -d "=" -f2- | tr -d '"')
0 commit comments