test-forgejo-runner/.forgejo/workflows/demo.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 7: cannot unmarshal !!str `uses ac...` into model.Step

9 lines
159 B
YAML

name: Named workflow
on: [push]
jobs:
test:
runs-on: docker
steps:
- uses actions/checkout@v4
- run: echo All Good
- run: ls -lah .