This commit is contained in:
2026-08-05 15:08:28 +02:00
parent a25841c43e
commit ed0704bd5c
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -5,8 +5,10 @@ jobs:
print-variables_asd:
runs-on: ubuntu-latest
steps:
env:
SECRET5: ${{ secrets.SECRET1 }}
- run: |
if [ -n ${{ secrets.SECRET1 }} ]; then
if [ -n "$SECRET5" ]; then
echo "secret is here"
else
echo "secret missing"