From 3b3339bc44e83c082babfbc65c80ed20307b417c Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Thu, 22 Feb 2024 12:44:14 -0800 Subject: [PATCH] fix(ci): shared workflow version number (#1831) --- .github/workflows/pr-edit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-edit.yml b/.github/workflows/pr-edit.yml index 622181c65..b79073fd3 100644 --- a/.github/workflows/pr-edit.yml +++ b/.github/workflows/pr-edit.yml @@ -11,7 +11,7 @@ concurrency: jobs: validate: name: Validate PR - uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@0.3.0 + uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.3.0 with: markdown_links: | - [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)