asd
learn actions / check-bats-version (push) Successful in 7s

This commit is contained in:
2026-08-05 15:04:02 +02:00
parent 37a49cbebe
commit a25841c43e
+2 -2
View File
@@ -7,9 +7,9 @@ jobs:
steps:
- run: |
if [ -n ${{ secrets.SECRET1 }} ]; then
echo 'secret is here'
echo "secret is here"
else
echo 'secret missing'
echo "secret missing"
exit 1
fi
- run: echo ${{vars.VARIABLE1}}