batch-example/.gitea/workflows/tea.yml
Workflow config file is invalid. Please check your config file: yaml: line 15: mapping values are not allowed in this context

19 lines
380 B
YAML

name: tea
run-name: tea
on:
workflow_call:
secrets:
token:
required: true
jobs:
tea:
runs-on: ubuntu-latest
steps:
-name: get tea
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea
chmod +x ./tea
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }}