secret-test/.gitea/workflows/demo.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!map into []*model.Step
2023-10-16 21:23:02 +02:00

12 lines
237 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
print:
runs-on: ubuntu-latest
steps:
name: print secret
run:
echo "The secret is ${{ test.secret }}"