Skip to content

Commit d199a78

Browse files
committed
lint
1 parent c881a20 commit d199a78

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/scripts/self-hosted-runners/install-github-runner-agent.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github_organization="$2"
99

1010
# Ensure both arguments are provided
1111
if [ -z "$runner_token" ] || [ -z "$github_organization" ]; then
12-
echo "Usage: $0 <runner_token> <github_organization>"
13-
exit 1
12+
echo "Usage: $0 <runner_token> <github_organization>"
13+
exit 1
1414
fi
1515

1616
mkdir ~/actions-runner && cd ~/actions-runner
@@ -20,4 +20,3 @@ tar xzf ./actions-runner-linux-x64-2.308.0.tar.gz
2020
./config.sh --url "https://github.com/$github_organization" --token "$runner_token"
2121

2222
sudo ./svc.sh install $USER
23-

0 commit comments

Comments
 (0)