Skip to content

Commit

Permalink
ci: 🐛 add trailing slash to GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 4, 2023
1 parent d642061 commit efcbf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ SSH_CMDS="$SSH_CMDS -i $SSH_IDENTITY -o StrictHostKeyChecking=no -o UserKnownHos

# Do deployment
#shellcheck disable=SC2153
sh -c "rsync ${INPUT_RSYNC_OPTIONS} -e 'ssh $SSH_CMDS' ${GITHUB_WORKSPACE}${INPUT_RSYNC_SOURCE} ${SSH_USERNAME}@${SSH_HOSTNAME}:${INPUT_RSYNC_TARGET}"
sh -c "rsync ${INPUT_RSYNC_OPTIONS} -e 'ssh $SSH_CMDS' ${GITHUB_WORKSPACE}/${INPUT_RSYNC_SOURCE} ${SSH_USERNAME}@${SSH_HOSTNAME}:${INPUT_RSYNC_TARGET}"

0 comments on commit efcbf3f

Please sign in to comment.