Skip to content

Commit 477bbb1

Browse files
authored
fix:Update dist-pr.yml (#415)
Adds inputs section to workflow dispatch.
1 parent 8c070d4 commit 477bbb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dist-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ name: Create release PR for dist
1616

1717
on:
1818
workflow_dispatch:
19+
inputs:
20+
source_run_id:
21+
description: 'ID of the upstream workflow run that triggered this'
22+
required: false
23+
type: string
1924

2025
jobs:
2126
create-pr:

0 commit comments

Comments
 (0)