Use git clone instead of checkout action (no Node.js required)
Some checks failed
Build and Push / build-backend (push) Failing after 4s
Build and Push / build-frontend (push) Failing after 5m38s
Build and Push / build-chat (push) Failing after 3s
Build and Push / build-openresty (push) Failing after 2s

This commit is contained in:
doomtube 2026-01-06 01:41:33 -05:00
parent cf9bb358a3
commit 9dec1c770d
2 changed files with 10 additions and 5 deletions

View file

@ -32,7 +32,8 @@ jobs:
run: apk add --no-cache openssh-client curl git
- name: Checkout code
uses: https://code.forgejo.org/actions/checkout@v4
run: |
git clone --depth 1 --branch ${GITHUB_REF_NAME:-main} https://qbit.realms.pub/${GITHUB_REPOSITORY}.git .
- name: Setup SSH key
run: |