Skip to content

Commit ffad154

Browse files
committed
Fix domain var
1 parent d4869f5 commit ffad154

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr-validate.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ jobs:
2424
validate:
2525
name: Validate PR
2626
needs: [init]
27-
env:
28-
DOMAIN: apps.silver.devops.gov.bc.ca
2927
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
3028
with:
3129
markdown_links: |
32-
- [api](https://fom-${{ needs.init.outputs.mod-tag }}.${{ env.DOMAIN }}/api)
33-
- [admin](https://fom-${{ needs.init.outputs.mod-tag }}.${{ env.DOMAIN }}/admin)
34-
- [public](https://fom-${{ needs.init.outputs.mod-tag }}.${{ env.DOMAIN }}/public)
30+
- [api](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/api)
31+
- [admin](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/admin)
32+
- [public](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/public)
3533
3634
results:
3735
name: Validate Results

0 commit comments

Comments
 (0)