Skip to content

Commit

Permalink
feat: make ghcp optional (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 13, 2024
1 parent e6c27d0 commit 11608b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ runs:
if: inputs.skip_push != 'true'
run: |
set -eu
export AQUA_GLOBAL_CONFIG="$GITHUB_ACTION_PATH/aqua.yaml:${AQUA_GLOBAL_CONFIG:-}"
aqua -c "$GITHUB_ACTION_PATH/aqua.yaml" i -l
if [ -n "$WORKING_DIR" ]; then
CHECKSUM_FILE="$WORKING_DIR/$CHECKSUM_FILE"
fi
Expand Down

0 comments on commit 11608b8

Please sign in to comment.