We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8215945 commit 0f3c314Copy full SHA for 0f3c314
Dockerfile
@@ -29,7 +29,6 @@ RUN apk add --no-cache --virtual=.run-deps ca-certificates git &&\
29
30
WORKDIR /app
31
COPY --from=builder /app/build/commitsar ./commitsar
32
-COPY --from=builder /app/action.yml ./action.yml
33
34
RUN ln -s $PWD/commitsar /usr/local/bin
35
action.yml
@@ -5,6 +5,9 @@ branding:
5
icon: "code"
6
color: "blue"
7
inputs:
8
+ config:
9
+ description: "Path of the Commitsar config file"
10
+ required: false
11
runs:
12
using: "docker"
13
image: "Dockerfile"
0 commit comments