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 ed08216 commit e2fc193Copy full SHA for e2fc193
1 file changed
action.sh
@@ -261,7 +261,7 @@ function start_vm {
261
#!/bin/bash
262
mkdir /actions-runner
263
cd /actions-runner
264
- curl -o actions-runner-linux-x64-${runner_ver}.tar.gz -L https://github.com/actions/runner/releases/download/v${runner_ver}actions-runner-linux-x64-${runner_ver}.tar.gz
+ curl -o actions-runner-linux-x64-${runner_ver}.tar.gz -L https://github.com/actions/runner/releases/download/v${runner_ver}/actions-runner-linux-x64-${runner_ver}.tar.gz
265
tar xzf ./actions-runner-linux-x64-${runner_ver}.tar.gz
266
./bin/installdependencies.sh && \\
267
# Create a systemd service in charge of shutting down the machine once the workflow has finished
0 commit comments