Skip to content

Commit cb6d7c5

Browse files
Merge pull request #310 from github/solmaz/reusable-workflows
[RESTORE] Fix ssh key path
2 parents b14ac58 + aa887ac commit cb6d7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
backup-utils ghe-restore ${{ inputs.hostname }}
108108
109109
- name: Reset maintenance mode after restore
110-
run: ssh -p122 -i" $HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
110+
run: ssh -p122 -i "$HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
111111

112112

113113

0 commit comments

Comments
 (0)