testing
learn actions / check-bats-version (push) Successful in 6s

This commit is contained in:
2026-08-05 14:57:05 +02:00
parent 80f907b559
commit 6cc8a5dad0
+5 -2
View File
@@ -4,5 +4,8 @@ jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run: echo ${{secrets.SECRET1}}
- run: echo ${{variables.VARIABLE1}}
- run:
if secrets.SECRET1; then
echo 'secret is here'
exit 0
- run: echo ${{vars.VARIABLE1}}