This commit is contained in:
parent
e452838d27
commit
d615a0a1fa
|
@ -8,7 +8,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: "14.x"
|
node-version: "14.x"
|
||||||
- run: npm install-ci-test
|
- run: npm install-ci-test
|
||||||
- uses: webfactory/ssh-agent@v0.2.0
|
- uses: webfactory/ssh-agent@v0.4.1
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
Loading…
Reference in New Issue