We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110052a commit 85c43f3Copy full SHA for 85c43f3
1 file changed
src/scripts/self-hosted-runners/install-github-runner-agent.sh
@@ -17,6 +17,6 @@ mkdir actions-runner && cd actions-runner
17
curl -o actions-runner-linux-x64-2.308.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.308.0/actions-runner-linux-x64-2.308.0.tar.gz
18
tar xzf ./actions-runner-linux-x64-2.308.0.tar.gz
19
# Create the runner and start the configuration experience
20
-./config.sh --url "https://github.com/$github_organization/jit" --token "$user_token"
+./config.sh --url "https://github.com/$github_organization" --token "$user_token"
21
22
sudo ./svc.sh install ec2-user
0 commit comments