dev null
This commit is contained in:
parent
02e9357a08
commit
4ded9e80b1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
echo "${{ secrets.SSH_KEY }}" > /home/runner/.ssh/action
|
||||
chmod 600 /home/runner/.ssh/action
|
||||
|
||||
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
|
||||
ssh-agent -a $SSH_AUTH_SOCK
|
||||
ssh-add /home/runner/.ssh/action
|
||||
|
||||
- name: Update lockfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue