test
This commit is contained in:
parent
b8590641ca
commit
fc2f85c0f8
6
.github/workflows/deply.yml
vendored
6
.github/workflows/deply.yml
vendored
|
@ -11,8 +11,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: webfactory/ssh-agent@v0.8.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user