Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 7, 2023
1 parent 45e4ca7 commit 455b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/open-ssh-tunnel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- run: |
mkdir .ssh;
BASTION_USER = ${{ inputs.bastion_user}}
BASTION_USER=${{ inputs.bastion_user}};
echo ${{ inputs.bastion_ssh_key }} | base64 -d > .ssh/github_bastion;
chmod 600 .ssh/github_bastion;
ssh-keyscan ${BASTION_USER#*@} > .ssh/known_hosts;
Expand Down

0 comments on commit 455b392

Please sign in to comment.