as
learn actions / check-bats-version (push) Successful in 8s

This commit is contained in:
2026-08-05 15:02:24 +02:00
parent 4e19a23e44
commit 37a49cbebe
+6 -3
View File
@@ -5,8 +5,11 @@ jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
- run:|
if secrets.SECRET1; then
- run: |
if [ -n ${{ secrets.SECRET1 }} ]; then
echo 'secret is here'
exit 0
else
echo 'secret missing'
exit 1
fi
- run: echo ${{vars.VARIABLE1}}