Skip to content

Commit e4a682a

Browse files
Add workflow_dispatch trigger for manual testing
1 parent 3bebb22 commit e4a682a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/save-submission.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Save Submission on Issue Close
33
on:
44
issues:
55
types: [closed]
6+
workflow_dispatch:
7+
inputs:
8+
issue_number:
9+
description: 'Issue number to process'
10+
required: true
11+
type: number
612

713
permissions:
814
contents: write

0 commit comments

Comments
 (0)