Skip to content

Commit f3ed93e

Browse files
committed
use correct variable for github repo location
1 parent 0e89d89 commit f3ed93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ then
8585
echo "Input docker_compose_directory is required when upload_directory is enabled!"
8686
exit 1
8787
fi
88-
tar cjvf - -C "$GITHUB_ACTION_PATH" "$INPUT_DOCKER_COMPOSE_DIRECTORY" | ssh -o StrictHostKeyChecking=no "$SSH_HOST" 'tar -xjvf -'
88+
tar cjvf - -C "$GITHUB_WORKSPACE" "$INPUT_DOCKER_COMPOSE_DIRECTORY" | ssh -o StrictHostKeyChecking=no "$SSH_HOST" 'tar -xjvf -'
8989
fi
9090

9191
if [ -n "$INPUT_DOCKER_LOGIN_PASSWORD" ] || [ -n "$INPUT_DOCKER_LOGIN_USER" ] || [ -n "$INPUT_DOCKER_LOGIN_REGISTRY" ]; then

0 commit comments

Comments
 (0)