We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5d3bd commit 90aebf5Copy full SHA for 90aebf5
1 file changed
.github/actions/deploy/action.yml
@@ -3,7 +3,7 @@ description: Deploy project image to server
3
4
inputs:
5
6
- sshKey:
+ SSHKEY:
7
description: 'SSH key to connect to server'
8
required: true
9
@@ -27,6 +27,7 @@ runs:
27
using: "composite"
28
steps:
29
- run: |
30
+ echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
31
echo "$SSHKEY"
32
echo "-----------------------------"
33
sudo apt install openssh-client
0 commit comments