fix: disable workflow recurse again (#31)

* This is a non existing feature for GitHub Actions
This commit is contained in:
ChristopherHX
2025-01-29 17:23:57 +01:00
committed by GitHub
parent 3bd3400253
commit 6d45508104
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ type Input struct {
containerArchitecture string
containerDaemonSocket string
containerOptions string
noWorkflowRecurse bool
workflowRecurse bool
useGitIgnore bool
githubInstance string
containerCapAdd []string