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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
name: print secret
|
||||
run:
|
||||
- name: print secret
|
||||
- run: |
|
||||
echo "The secret is ${{ test.secret }}"
|
||||
|
|
Loading…
Reference in a new issue