Skip to content

Commit

Permalink
fix(EMS-2186): removed * from flag
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-markan committed Jul 17, 2024
1 parent ac65a2e commit 8f7721f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -798,13 +798,13 @@ jobs:
--record-set-name "@" \
--zone ${{ vars.DOMAIN_QUOTE }} \
--value ${{ vars.CA_VERIFICATION }} \
--if-none-match "*"
--if-none-match
az network dns record-set txt add-record \
--record-set-name "@" \
--zone ${{ vars.DOMAIN_INSURANCE }} \
--value ${{ vars.CA_VERIFICATION }} \
--if-none-match "*"
--if-none-match
- name: CAA records
uses: azure/cli@v2
Expand Down

0 comments on commit 8f7721f

Please sign in to comment.