Skip to content

Commit

Permalink
fix(action): add missing required input field
Browse files Browse the repository at this point in the history
- also reverts previous commiit
  • Loading branch information
fallion committed Sep 10, 2019
1 parent 8215945 commit 0f3c314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0f3c314

Please sign in to comment.