fix github workflow
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m35s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 1m35s
Details
This commit is contained in:
parent
fead86f60b
commit
5ff100c6a6
|
@ -63,8 +63,7 @@ jobs:
|
|||
- name: Setup environment
|
||||
if: env.DEPLOY != 'none' && steps.playbooks.outputs.to_run != ''
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
mkdir -p -m 700 ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
|
||||
|
|
Loading…
Reference in New Issue