diff --git a/Dockerfile b/Dockerfile index 001e4c0f..03867c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,6 @@ RUN apk add --no-cache --virtual=.run-deps ca-certificates git &&\ WORKDIR /app COPY --from=builder /app/build/commitsar ./commitsar -COPY --from=builder /app/action.yml ./action.yml RUN ln -s $PWD/commitsar /usr/local/bin diff --git a/action.yml b/action.yml index b801327f..c371bc91 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ branding: icon: "code" color: "blue" inputs: + config: + description: "Path of the Commitsar config file" + required: false runs: using: "docker" image: "Dockerfile"