#16 Switch to printing a var instead of a secret

This commit is contained in:
Joey Hafner 2024-10-24 15:53:26 -07:00
parent 6f744c36ee
commit d594148160
No known key found for this signature in database

View File

@ -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: