Skip to content

Commit 0f3c314

Browse files
author
Simon Prochazka
committed
fix(action): add missing required input field
- also reverts previous commiit
1 parent 8215945 commit 0f3c314

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN apk add --no-cache --virtual=.run-deps ca-certificates git &&\
2929

3030
WORKDIR /app
3131
COPY --from=builder /app/build/commitsar ./commitsar
32-
COPY --from=builder /app/action.yml ./action.yml
3332

3433
RUN ln -s $PWD/commitsar /usr/local/bin
3534

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ branding:
55
icon: "code"
66
color: "blue"
77
inputs:
8+
config:
9+
description: "Path of the Commitsar config file"
10+
required: false
811
runs:
912
using: "docker"
1013
image: "Dockerfile"

0 commit comments

Comments
 (0)