Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Dec 20, 2024
1 parent 68d4e06 commit d3db663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/acme_clients/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ runs:
NAME_SPACE: ${{ inputs.NAME_SPACE }}

- name: "Allowed domainlist feature - check result "
if: ${{ inputs.TEST_ADL == 'true' }} && steps.legofail01.outcome != 'failure'
if: ${{ (inputs.TEST_ADL == 'true') && steps.legofail01.outcome != 'failure' }}
run: |
echo "legofail outcome is ${{steps.legofail01.outcome }}"
exit 1
Expand Down

0 comments on commit d3db663

Please sign in to comment.