From b1a3250686993f92fbfbc174cfca0944acbd6246 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Wed, 1 Sep 2021 15:44:14 -0700 Subject: [PATCH] Update staging-deploy-pr.yml (#21250) --- .github/workflows/staging-deploy-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 9f0d1c1e16..4b6044e626 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -45,7 +45,7 @@ jobs: const { owner, repo } = context.repo // Create a check run - const CHECK_NAME = '${{ github.workflow }} / ${{ github.job }} (${{ github.event_name }})' + const CHECK_NAME = '${{ github.workflow }} check run' const { data } = await github.checks.create({ name: CHECK_NAME, head_sha: '${{ github.event.workflow_run.head_sha }}',