dev null 2
This commit is contained in:
parent
60e1262996
commit
e95072b1a4
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
|
||||
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
|
||||
ssh-add /home/runner/.ssh/action
|
||||
|
||||
- name: Update lockfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue