You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have modules using core.getInput for data in their behaviour this makes testing hard because there are these global states that the project is referencing all over place. The only file that should access the inputs is action.ts and pass the values accordingly.
Same also goes for github object which has the context.
The text was updated successfully, but these errors were encountered:
If we have modules using core.getInput for data in their behaviour this makes testing hard because there are these global states that the project is referencing all over place. The only file that should access the inputs is action.ts and pass the values accordingly.
Same also goes for github object which has the context.
The text was updated successfully, but these errors were encountered: