Auto saved by Logseq

This commit is contained in:
Andrea Fazzi 2024-11-08 09:30:27 +01:00
parent 6845feced1
commit 66557ebca6

View file

@ -9,7 +9,8 @@
- https://forgejo.org/docs/next/admin/actions/
- Per installare il runner sulla macchina che dovrà eseguire le azioni
-
- ```bash` export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
- ```bash
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64
chmod +x forgejo-runner