We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c881a20 commit d199a78Copy full SHA for d199a78
1 file changed
src/scripts/self-hosted-runners/install-github-runner-agent.sh
@@ -9,8 +9,8 @@ github_organization="$2"
9
10
# Ensure both arguments are provided
11
if [ -z "$runner_token" ] || [ -z "$github_organization" ]; then
12
- echo "Usage: $0 <runner_token> <github_organization>"
13
- exit 1
+ echo "Usage: $0 <runner_token> <github_organization>"
+ exit 1
14
fi
15
16
mkdir ~/actions-runner && cd ~/actions-runner
@@ -20,4 +20,3 @@ tar xzf ./actions-runner-linux-x64-2.308.0.tar.gz
20
./config.sh --url "https://github.com/$github_organization" --token "$runner_token"
21
22
sudo ./svc.sh install $USER
23
-
0 commit comments