Skip to content

Commit 87ec695

Browse files
authored
update
1 parent cdfbef0 commit 87ec695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ runs:
2525
run: sudo chmod 600 .ssh/${{ inputs.key-name }}
2626
- name: Setup SSH - chown the key file (ensure correct user permissions)
2727
shell: bash
28-
run: chown $(whoami):$(whoami) .ssh/${{ inputs.key-name }}
28+
run: sudo chown $(whoami):$(whoami) .ssh/${{ inputs.key-name }}

0 commit comments

Comments
 (0)