Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 11, 2024
1 parent 55bddef commit 3987b1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
description: "Maximum number of issues allowed for the analysis to succeed"
registry-address:
required: false
default: "gh"
default: ""
description: "Alternative registry address (e.g. artprod.mycompany/)"
tool:
required: false
Expand Down Expand Up @@ -241,6 +241,9 @@ runs:
- name: "Run Codacy CLI"
shell: bash
run: |
if [ -n "${{ inputs.registry-address }}" ]; then
echo "REGISTRY_ADDRESS=${{ inputs.registry-address }}" >> $GITHUB_ENV
fi
if [ "${{ inputs.run-docker-tools }}" == "true" ]; then
${{ env.CLI_SCRIPT_PATH }} \
analyze \
Expand Down

0 comments on commit 3987b1d

Please sign in to comment.