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: jobs:
checkout: checkout:
runs-on: lxc runs-on: docker
container: container:
image: alpine image: docker:dind
steps: steps:
- name: Get git and docker - name: Get git and docker
run: apk add git nodejs run: apk add git nodejs