Skip to content

Commit 6ec3a55

Browse files
author
Juan Tirado
committed
Force ssh folder mkdir
1 parent 3918193 commit 6ec3a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash
4040
# language=bash
4141
run: |
42-
sudo mkdir .ssh
42+
sudo mkdir /home/runner/.ssh
4343
juju bootstrap localhost test \
4444
--config 'identity-url=https://api.staging.jujucharms.com/identity' \
4545
--config 'allow-model-access=true' \

0 commit comments

Comments
 (0)