Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit eb676cb

Browse files
committed
Set the entrypoint as an absolute path
1 parent 1d557ec commit eb676cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333
runs:
3434
using: "docker"
3535
image: "docker://ghcr.io/ittybittyapps/reviewdog-action-xcode-issues:latest"
36-
entrypoint: "entrypoint.sh"
36+
entrypoint: "/entrypoint.sh"
3737
branding:
3838
icon: "alert-octagon"
3939
color: "blue"

0 commit comments

Comments
 (0)