Skip to content

Commit 05a0fa9

Browse files
committed
x
1 parent 83aef08 commit 05a0fa9

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
@@ -48,7 +48,7 @@ runs:
4848
SSH_HOST: ${{ inputs.ssh-host }}
4949
SSH_KEY_TYPE: ${{ inputs.ssh-key-type }}
5050
SSH_KNOWN_HOSTS: ${{ inputs.ssh-known-hosts }}
51-
SSH_KNOWN_HOSTS_FILE: '${{ env.HOME }}/.ssh/known_hosts'
51+
SSH_KNOWN_HOSTS_FILE: '${{ runner.home }}/.ssh/known_hosts'
5252
with:
5353
main: |
5454
sh action.sh

0 commit comments

Comments
 (0)