Skip to content

Commit

Permalink
gh runner task
Browse files Browse the repository at this point in the history
  • Loading branch information
kferrone committed Sep 20, 2024
1 parent eaacdbf commit cca1db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,11 @@
"detail": "Run a Githb Actions Runner locally",
"group": "build",
"icon": {
"color": "terminal.ansiBlack",
"color": "terminal.ansiYellow",
"id": "github-action"
},
"type": "process",
"command": "${command:python.interpreterPath}",
"args": [ "-m", "mkdocs", "serve" ],
"command": "actions-runner/run.sh",
}
]
}
2 changes: 1 addition & 1 deletion scripts/runner_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
VERSION="2.319.1"
DOWNLOAD="https://github.com/actions/runner/releases/download"
PACKAGE="actions-runner-osx-arm64-${VERSION}.tar.gz"
SHA=af6a2fba35cc63415693ebfb969b4d7a9d59158e1f3587daf498d0df534bf56f
SHA='af6a2fba35cc63415693ebfb969b4d7a9d59158e1f3587daf498d0df534bf56f'

# Download, verify, and extract the runner
mkdir -p actions-runner && cd actions-runner
Expand Down

0 comments on commit cca1db4

Please sign in to comment.