Skip to content

Commit 5cecb63

Browse files
Add workflow_source to the inputs when workflow is called (#116)
1 parent 33153a2 commit 5cecb63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-release-tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
1515
required: true
1616
type: string
17+
workflow_source:
18+
description: Workflow source
19+
required: false
20+
type: string
21+
default: ''
1722

1823

1924
env:

0 commit comments

Comments
 (0)