Skip to content

Commit

Permalink
fix: fix typo in entrypoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Aug 28, 2023
1 parent 2f83799 commit 5ce27c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ run docker run --rm \
-v "$GITHUB_STEP_SUMMARY:$GITHUB_STEP_SUMMARY" \
-v "$GITHUB_PATH:$GITHUB_PATH" \
-v "$GITHUB_WORKSPACE:$GITHUB_WORKSPACE" \
-v "$GITHUB_ACTION_PATH/entryoint.sh":/entrypoint.sh \
-v "$GITHUB_ACTION_PATH/entrypoint.sh":/entrypoint.sh \
-w "$GITHUB_WORKSPACE" \
--entrypoint "/entrypoint.sh" \
"$docker_image" \
Expand Down

0 comments on commit 5ce27c7

Please sign in to comment.