Skip to content

Commit

Permalink
Fix needs...mod-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 19, 2024
1 parent dfcc3eb commit a5cd81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5cd81b

Please sign in to comment.