test/.forgejo/workflows/demo.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected key

11 lines
No EOL
208 B
YAML

on: [push]
jobs:
ls:
runs-on: docker
steps:
env:
HHH: ${{ secrets.HHH }}
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
- run: env | sort