act/pkg/runner/testdata/.github/workflows
S. M. Mahmudul Haque (Yamin) deea8ec8c6
fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502)
* Remove redundant check

See: https://github.com/nektos/act/issues/2464#issuecomment-2430903650

* Add condition to prevent replacing inputs in reusable workflows with workflow_dispatch inputs

Closes: https://github.com/nektos/act/issues/2464

* fmt

* Revert "Remove redundant check"

This reverts commit 63455960ec.

* add test

* Update runner_test.go

* update label

---------

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
2024-12-29 14:52:06 +00:00
..
local-reusable-and-dispatch.yml fix: prevent unintended input replacement in reusable workflows with workflow_dispatch when using workflow_call (#2502) 2024-12-29 14:52:06 +00:00
local-reusable-workflow-no-inputs-array.yml fix: reusable workflow panic (#1728) 2023-04-13 13:47:59 +00:00
local-reusable-workflow-no-inputs-string.yml fix: reusable workflow panic (#1728) 2023-04-13 13:47:59 +00:00
local-reusable-workflow.yml fix: update reusable workflow input handling (#2349) 2024-06-05 14:30:12 +00:00