No dir?
This commit is contained in:
parent
6477aa73f9
commit
3cc2d5ce50
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Set up ssh key folder
|
||||||
|
run: |
|
||||||
|
mkdir -p ~/.ssh
|
||||||
- name: Write ssh key
|
- name: Write ssh key
|
||||||
id: sshkey
|
id: sshkey
|
||||||
uses: https://github.com/timheuer/base64-to-file@v1
|
uses: https://github.com/timheuer/base64-to-file@v1
|
||||||
|
|
Loading…
Reference in a new issue