Files
test/.gitea/workflows/second.yaml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 8: cannot unmarshal !!str `run:| i...` into model.Step
head 4e19a23e44
learn actions / check-bats-version (push) Successful in 7s
testing
2026-08-05 14:58:14 +02:00

13 lines
245 B
YAML

name: second
run-name: variable test
on: push
jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run:|
if secrets.SECRET1; then
echo 'secret is here'
exit 0
- run: echo ${{vars.VARIABLE1}}