Closed BobAnkh closed 3 years ago
Issue-Label Bot is automatically applying the label enhancement
to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
All sorted. :thumbsup:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.
Is your feature request related to a problem? Please describe
The main script now can only be conducted on Github Action, for it is using information from workflow(in yaml format). It is not convenient for developers to debug in their own PC.
Description of the new feature/enhancement
Add a new argument
-m
to choose mode. Default set togithub
, which means to read parameters from workflow. Set-m local
means use local input or config file. Alse, local mode doesn't upload the content generated.Proposed technical implementation details (optional)
As above.
Additional context