qwe
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: learn actions
|
name: learn actions
|
||||||
run-name: ${{github.actor}} is learning actions
|
run-name: ${{github.actor}} is learning actions
|
||||||
on: [push]
|
on: [pull]
|
||||||
jobs:
|
jobs:
|
||||||
check-bats-version:
|
check-bats-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -5,8 +5,10 @@ jobs:
|
|||||||
print-variables_asd:
|
print-variables_asd:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
env:
|
||||||
|
SECRET5: ${{ secrets.SECRET1 }}
|
||||||
- run: |
|
- run: |
|
||||||
if [ -n ${{ secrets.SECRET1 }} ]; then
|
if [ -n "$SECRET5" ]; then
|
||||||
echo "secret is here"
|
echo "secret is here"
|
||||||
else
|
else
|
||||||
echo "secret missing"
|
echo "secret missing"
|
||||||
|
|||||||
Reference in New Issue
Block a user