From f3a8cac6b6a80b0d16c7606f581e7fa9ee0e8bca Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Fri, 13 Sep 2024 11:22:49 +0100 Subject: [PATCH] Add message to summary --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 71610a4..f8df1bf 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,7 +16,7 @@ run: | $isFork = $${{ github.event.pull_request.head.repo.fork }} if($isFork) { - echo "### WARNING: This workflow is disabled for forked repositories. Please follow the release branch process if end to end tests are required." >> $GITHUB_STEP_SUMMARY + echo "### WARNING: This workflow is disabled for forked repositories. Please follow the [release branch process](https://azure.github.io/Azure-Verified-Modules/contributing/terraform/terraform-contribution-flow/#5-create-a-pull-request-to-the-upstream-repository) if end to end tests are required." >> $env:GITHUB_STEP_SUMMARY } run-e2e-tests: