Skip to content

Commit 1d5d3bd

Browse files
authored
Update action.yml
1 parent d3a9ccb commit 1d5d3bd

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
@@ -27,7 +27,8 @@ runs:
2727
using: "composite"
2828
steps:
2929
- run: |
30-
echo $SSHKEY
30+
echo "$SSHKEY"
31+
echo "-----------------------------"
3132
sudo apt install openssh-client
3233
sudo apt-get install python3-pip
3334
pip install docker-compose==1.23.2

0 commit comments

Comments
 (0)