#16 Switch to printing a var instead of a secret
This commit is contained in:
parent
6f744c36ee
commit
d594148160
@ -13,7 +13,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Print env value
|
||||
run: |
|
||||
echo "${{ secrets.RUNNER_SSH_PUBKEY }}"
|
||||
echo "${{ vars.TESTVAR }}"
|
||||
- name: SSH into host
|
||||
uses: appleboy/ssh-action@v1.1.0
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user