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

Commit

Permalink
Set the entrypoint as an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
orj committed Mar 25, 2022
1 parent 1d557ec commit eb676cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
runs:
using: "docker"
image: "docker://ghcr.io/ittybittyapps/reviewdog-action-xcode-issues:latest"
entrypoint: "entrypoint.sh"
entrypoint: "/entrypoint.sh"
branding:
icon: "alert-octagon"
color: "blue"

0 comments on commit eb676cb

Please sign in to comment.