File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ jobs:
24
24
validate :
25
25
name : Validate PR
26
26
needs : [init]
27
- env :
28
- DOMAIN : apps.silver.devops.gov.bc.ca
29
27
uses :
bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
30
28
with :
31
29
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)
35
33
36
34
results :
37
35
name : Validate Results
You can’t perform that action at this time.
0 commit comments