ioki-mobility / kmp-passenger-api

Kotlin Multiplatform ioki Passenger API
MIT License
1 stars 1 forks source link

Change workflow_call to workflow_dispatch #30

Closed StefMa closed 2 months ago

StefMa commented 2 months ago

The intention is to call this job manually. For this workflow_dispatch should be used. workflow_call is something different. _call should be used when we compose different actions and this workflow can be calle by another one. But this is not what we want/need.