From a5cd81b7224627aa8f9157afb86b6d4819b20a57 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 19 Nov 2024 15:40:51 -0800 Subject: [PATCH] Fix needs...mod-tag --- .github/workflows/pr-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index cb964a35..6110d8fc 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -26,7 +26,7 @@ jobs: with: markdown_links: | - [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-backend.apps.silver.devops.gov.bc.ca/actuator/health) - - [Frontend](https://${{ github.event.repository.name }}-${{ steps.route.outputs.mod-tag }}-frontend.apps.silver.devops.gov.bc.ca) + - [Frontend](https://${{ github.event.repository.name }}-${{ needs.init.outputs.mod-tag }}-frontend.apps.silver.devops.gov.bc.ca) results: name: Validate Results