Update .forgejo/workflows/action.yaml
Some checks failed
ci / checkout (push) Failing after 0s

This commit is contained in:
R.J. 2025-01-31 13:16:46 +00:00
parent 352a0c6696
commit 2dc232dd00

View file

@ -5,9 +5,9 @@ on:
jobs:
checkout:
runs-on: lxc
runs-on: docker
container:
image: alpine
image: docker:dind
steps:
- name: Get git and docker
run: apk add git nodejs