This commit is contained in:
parent
e10abdd981
commit
e21b07c11d
@ -17,6 +17,7 @@ jobs:
|
|||||||
fetch-depth: 0 # whole history and tags, can refine this later
|
fetch-depth: 0 # whole history and tags, can refine this later
|
||||||
persist-credentials: false # don’t leave the HTTPS token in origin
|
persist-credentials: false # don’t leave the HTTPS token in origin
|
||||||
ssh-key: ${{ secrets.GIT_SSH_KEY }}
|
ssh-key: ${{ secrets.GIT_SSH_KEY }}
|
||||||
|
ssh-strict: false
|
||||||
|
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user