We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494bca6 commit 4579f4cCopy full SHA for 4579f4c
.github/workflows/fatimage.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup ssh
33
run: |
34
set -x
35
- mkdir ~/.ssh
+ mkdir -p ~/.ssh
36
echo "${{ secrets[format('{0}_SSH_KEY', vars.CI_CLOUD)] }}" > ~/.ssh/id_rsa
37
chmod 0600 ~/.ssh/id_rsa
38
shell: bash
0 commit comments