@@ -1,10 +1,11 @@
|
||||
name: second
|
||||
run-name: variable test
|
||||
on: push
|
||||
jobs:
|
||||
print-variables_asd:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run:
|
||||
- run:|
|
||||
if secrets.SECRET1; then
|
||||
echo 'secret is here'
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user