Skip to content

Commit

Permalink
Invert api-versions diff args
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Jul 1, 2023
1 parent 8f9d614 commit f7559fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
--${{ inputs.skip-secrets != 'true' && 'no-' || '' }}skip-secrets \
--limit-bytes ${{ inputs.limit-bytes }} \
--all-namespaces \
${{ inputs.resource == 'helmrelease' && join('--api-versions=', inputs.api-versions) || '' }} \
${{ inputs.resource != 'helmrelease' && '' || join('--api-versions=', inputs.api-versions) }} \
--kustomize-build-flags="${{ inputs.kustomize-build-flags }}" \
--sources "${{ inputs.sources }}" \
>> $GITHUB_OUTPUT
Expand Down

0 comments on commit f7559fd

Please sign in to comment.