a
second / print-variables_asd (push) Successful in 4s

This commit is contained in:
2026-08-05 15:19:15 +02:00
parent 402467fad1
commit 479130b4b1
-9
View File
@@ -5,13 +5,4 @@ jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
env:
SECRET5: ${{ secrets.SECRET1 }}
- run: |
if [ -n "$SECRET5" ]; then
echo "secret is here"
else
echo "secret missing"
exit 1
fi
- run: echo ${{github.action}}