Skip to content

Commit

Permalink
PTFE-2165 set GitHub Actions PATH to tmate env
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Nov 18, 2024
1 parent ff100bb commit e443447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action-ssh-to-runner/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
echo "set -g tmate-server-port ${{ inputs.tmate-server-port }}" >> ${TMATE_CONF}
echo "set -g tmate-server-rsa-fingerprint ${{ inputs.tmate-server-rsa-fingerprint }}" >> ${TMATE_CONF}
echo "set -g tmate-server-ed25519-fingerprint ${{ inputs.tmate-server-ed25519-fingerprint }}" >> ${TMATE_CONF}
echo "set-environment PATH $PATH" >> ${TMATE_CONF}
cat ${TMATE_CONF}
- name: "SSH to runner: Install tmate"
shell: bash
Expand Down

0 comments on commit e443447

Please sign in to comment.