#16 Wrap var in quotes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
Joey Hafner 2024-10-24 16:35:40 -07:00
parent b5f77f5ab1
commit 1904d24958
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Configure SSH agent
run: |
echo -e ${{ secrets.RUNNER_SSH_PRIVATEKEY }} > /tmp/key
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
alias ssh='ssh -i /tmp/key'
- name: Print running VyOS version
run: |