@@ -5,13 +5,4 @@ jobs:
|
|||||||
print-variables_asd:
|
print-variables_asd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
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}}
|
- run: echo ${{github.action}}
|
||||||
|
|||||||
Reference in New Issue
Block a user