Skip to content

Commit

Permalink
Display PR number when manually running canary
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Mar 28, 2024
1 parent 29cf812 commit 48d6902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manual-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
description: The PR number to invoke the canary for.
required: true
type: string
run-name: ${{ github.workflow }} for Pull Request ${{ inputs.pull_request_number }}

jobs:
get-pr-info:
Expand Down

0 comments on commit 48d6902

Please sign in to comment.