diff --git a/action.yml b/action.yml index 2735a3a..d40e03e 100644 --- a/action.yml +++ b/action.yml @@ -20,4 +20,4 @@ runs: shell: bash run: | echo "${{ inputs.ssh-key }}" | tr -d "\r" > ~/.ssh/id_ed25519 - chmod -R 600 ~/.ssh + chmod -R 600 /root/.ssh