Skip to content

Commit 90aebf5

Browse files
authored
Update action.yml
1 parent 1d5d3bd commit 90aebf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Deploy project image to server
33

44
inputs:
55

6-
sshKey:
6+
SSHKEY:
77
description: 'SSH key to connect to server'
88
required: true
99

@@ -27,6 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- run: |
30+
echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
3031
echo "$SSHKEY"
3132
echo "-----------------------------"
3233
sudo apt install openssh-client

0 commit comments

Comments
 (0)