#16 Wrap var in quotes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s
This commit is contained in:
parent
b5f77f5ab1
commit
1904d24958
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user