From f0449f6d1969cb27da04fbde444a122002df36a3 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 5 Feb 2024 09:42:56 +0000 Subject: [PATCH] ref_name-description.md: fix format for PRs (#30907) Co-authored-by: hubwriter --- data/reusables/actions/ref_name-description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/actions/ref_name-description.md b/data/reusables/actions/ref_name-description.md index 66cb5b802c0f..dd7b91d69524 100644 --- a/data/reusables/actions/ref_name-description.md +++ b/data/reusables/actions/ref_name-description.md @@ -1 +1 @@ -The short ref name of the branch or tag that triggered the workflow run. This value matches the branch or tag name shown on {% data variables.product.prodname_dotcom %}. For example, `feature-branch-1`.

For pull requests, the format is `refs/pull//merge`. +The short ref name of the branch or tag that triggered the workflow run. This value matches the branch or tag name shown on {% data variables.product.prodname_dotcom %}. For example, `feature-branch-1`.

For pull requests, the format is `/merge`.