.forgejo/workflows/run.yaml aktualisiert
Some checks failed
/ checkout (push) Failing after 25s

This commit is contained in:
stelb 2025-03-10 18:24:08 +01:00
parent 17a262b12d
commit ce5b2d0842

View file

@ -2,7 +2,8 @@ on: push
jobs: jobs:
checkout: checkout:
runs-on: docker runs-on: docker
image: cytopia/ansible container:
image: cytopia/ansible
steps: steps:
- name: checkóut - name: checkóut
uses: actions/checkout@v4 uses: actions/checkout@v4