fix: create directory b4 untarring

This commit is contained in:
Erica Marigold 2023-07-25 17:23:36 +05:30 committed by GitHub
parent 41a639eda5
commit 2aaf33d73c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,10 @@ jobs:
uses: actions-hub/docker/cli@master
env:
SKIP_LOGIN: true
- name: Create SSH_CREDS directory
run: mkdir ~/ssh_creds
- name: Setup SSH Credentials
run: echo ${{ secrets.SSH_CREDS }} | base64 -d | tar -xzvf - -C ~/ssh_creds