1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update staging-deploy-pr.yml (#21250)

This commit is contained in:
Rachael Sewell
2021-09-01 15:44:14 -07:00
committed by GitHub
parent da13c2678e
commit b1a3250686

View File

@@ -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 }}',