Skip to content

Commit

Permalink
Make output verbose
Browse files Browse the repository at this point in the history
When we need to look at the logs in the action we are typically debugging something and would like as verbose an output as possible.

Fixes #346
  • Loading branch information
arnested committed Dec 26, 2023
1 parent 1d8c563 commit ad9cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ FROM php:8.3.0-alpine3.18@sha256:86dc1bf9d9208f1951b1d8a5f4879c494afe9c562308dac

COPY --from=build-env /opt/ghsec-jira/ /opt/ghsec-jira/

ENTRYPOINT ["/opt/ghsec-jira/bin/ghsec-jira", "sync"]
ENTRYPOINT ["/opt/ghsec-jira/bin/ghsec-jira", "sync", "-vvv"]

0 comments on commit ad9cb3d

Please sign in to comment.