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 37a49cbebe
learn actions / check-bats-version (push) Successful in 8s
as
2026-08-05 15:02:24 +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}}