We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfbef0 commit 87ec695Copy full SHA for 87ec695
action.yml
@@ -25,4 +25,4 @@ runs:
25
run: sudo chmod 600 .ssh/${{ inputs.key-name }}
26
- name: Setup SSH - chown the key file (ensure correct user permissions)
27
shell: bash
28
- run: chown $(whoami):$(whoami) .ssh/${{ inputs.key-name }}
+ run: sudo chown $(whoami):$(whoami) .ssh/${{ inputs.key-name }}
0 commit comments