Add workflow_source to the inputs when workflow is called (#116)

This commit is contained in:
Slava 2024-12-03 14:59:28 +02:00 committed by GitHub
parent 33153a2b76
commit 5cecb63307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,11 @@ on:
description: "Codex Docker image (example: 'codexstorage/nim-codex:0.1.8-dist-tests')"
required: true
type: string
workflow_source:
description: Workflow source
required: false
type: string
default: ''
env: