Skip to content

Commit cfaabfd

Browse files
authored
Add optional spec input to digger workflow
Add spec input for digger workflow with optional requirement.
1 parent b3bf655 commit cfaabfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/digger_workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
required: true
1313
run_name:
1414
required: false
15+
spec:
16+
description: 'spec input for digger'
17+
required: false
1518

1619
run-name: ${{ inputs.run_name}}
1720

0 commit comments

Comments
 (0)