sahlet-official/Workflow Caller

Implements workflow call with 'workflow-caller' github app

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
addressWeb addressyes
ownerName of owner of repo where you are calling the workflow (organization or user)yes
repoRepo name where you are calling the workflowyes
workflowWorkflow filename of workflow that you are callingyes
refGit reference of workflow (branch/tag)yes
oidc_tokenOIDC token for caller action - needed for authentication, can be empty - then action generates it, then it needs permission id-token - write""
oidc_audienceUsed if oidc_token is empty. If not set - then address will be used as audience.""
inputJSON with input params for called workflow""
call_typeone of: Trigger / TriggerAndWait / TriggerAndWaitResultTrigger
max_wait_timemaximum waiting time in seconds until called workflow will finish2700
fail_on_errorIf there is some error - fail an action. Values: true/falseyestrue
namedescription
resultOutput result of called workflow (applied only for TriggerAndWaitResult call_type) (workflow has to create result artifact - check out Readme for details)