We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e565b22 commit c8ebc0bCopy full SHA for c8ebc0b
.github/actions/e2e-cmx-setup/action.yml
@@ -22,3 +22,11 @@ runs:
22
mkdir -p ~/.ssh
23
ssh-keygen -t rsa -b 4096 -C "[email protected]" -f ~/.ssh/id_rsa -N ""
24
chmod 600 ~/.ssh/id_rsa
25
+ - name: debug
26
+ shell: bash
27
+ run: |
28
+ echo "--- ash debug step ---"
29
+ which ssh
30
+ which scp
31
+ echo $PATH
32
+ echo "----------------------"
0 commit comments