Open-Systems-Pharmacology / Workflows

Reusable workflows (e.g. GitHub Actions) which can be used in any OSP repository
1 stars 4 forks source link

Default inputs checks #28

Closed Felixmil closed 7 months ago

Felixmil commented 7 months ago

Sorry for the repeated PRs @Yuri05

Apparently, the default values defined at action levels are not used because workflow will pass generic default values (false for boolean, "" for strings and 0 for numerical) to the actions if no value are provided as inputs at workflow level.

In this PR, I moved all default values to workflow level. I tried it on my fork and it is now fully functionnal, meaning it should be the last PR.