mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-16 00:43:07 +00:00
1d4c2aaa3f
Do not initialize inputs a second time (in pre and main step). When the action setup already run during pre step, we must not re-run it during the main step, otherwise the inputs will be overwritten by possible other action inputs.