@@ -4,5 +4,8 @@ jobs:
|
||||
print-variables_asd:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo ${{secrets.SECRET1}}
|
||||
- run: echo ${{variables.VARIABLE1}}
|
||||
- run:
|
||||
if secrets.SECRET1; then
|
||||
echo 'secret is here'
|
||||
exit 0
|
||||
- run: echo ${{vars.VARIABLE1}}
|
||||
|
||||
Reference in New Issue
Block a user