Workflow config file is invalid. Please check your config file: yaml: unmarshal errors:
line 13: mapping key "steps" already defined at line 10
|
name: checks
|
|
on:
|
|
- push
|
|
|
|
|
|
jobs:
|
|
test:
|
|
labels: [trader_deploy_prod]
|
|
name: check and test
|
|
steps:
|
|
- name: test
|
|
run: echo "Hello from Gitea Action11s!" && pwd
|
|
steps:
|
|
- name: test2
|
|
run: docker ps -a |