This commit is contained in:
parent
f1683ad2a8
commit
fb891bdc8b
|
@ -16,4 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check repo
|
- name: Check repo
|
||||||
run: ls -lah
|
run: ls -lah
|
||||||
|
|
||||||
|
- name: Test secrets
|
||||||
|
run: echo ${{ secrets.SSH_Key_sample }}
|
Loading…
Reference in a new issue