Files
test/.gitea/workflows/second.yaml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 9: could not find expected ':'
head a25841c43e
learn actions / check-bats-version (push) Successful in 7s
asd
2026-08-05 15:04:02 +02:00

16 lines
319 B
YAML

name: second
run-name: variable test
on: push
jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run: |
if [ -n ${{ secrets.SECRET1 }} ]; then
echo "secret is here"
else
echo "secret missing"
exit 1
fi
- run: echo ${{vars.VARIABLE1}}