Skip to content

Commit eae89d1

Browse files
committed
try
1 parent 7324c19 commit eae89d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ on:
88
branches:
99
- master
1010
workflow_dispatch:
11+
inputs:
12+
environment:
13+
description: 'Environment to run the workflow in'
14+
required: true
15+
type: environment
16+
reason:
17+
description: 'Reason for running the workflow'
18+
required: true
19+
type: string
1120

1221
jobs:
1322
ruff:

0 commit comments

Comments
 (0)