ci
This commit is contained in:
parent
a267582d03
commit
aa4c39e994
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ jobs:
|
||||||
print:
|
print:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
name: print secret
|
- name: print secret
|
||||||
run:
|
- run: |
|
||||||
echo "The secret is ${{ test.secret }}"
|
echo "The secret is ${{ test.secret }}"
|
||||||
|
|
Loading…
Reference in a new issue