Skip to content

Commit

Permalink
Remove unneded command
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 7, 2023
1 parent 1ff6b24 commit 583234a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/open-ssh-tunnel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ runs:
- run: |
mkdir .ssh;
echo ${{ inputs.bastion_ssh_key }} > .ssh/github_bastion;
ssh -D 1080 -f -q -N ${{ inputs.bastion_user }} -i .ssh/github_bastion &;
SSH_PID=`echo $!`;
ssh -D 1080 -f -q -N ${{ inputs.bastion_user }} -i .ssh/github_bastion;
shell: bash

0 comments on commit 583234a

Please sign in to comment.