Skip to content

Commit e5765ea

Browse files
authored
Update action.yml
1 parent 99b608c commit e5765ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
sudo apt-get install python3-pip
3232
pip install docker-compose==1.23.2
3333
eval $(ssh-agent -s)
34-
echo "$SSHKEY" | tr -d '\r' | ssh-add - > /dev/null
34+
echo "${SSHKEY}" | tr -d '\r' | ssh-add - > /dev/null
3535
mkdir -p ~/.ssh
3636
chmod 700 ~/.ssh
3737
ssh-keyscan $SERVER >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)