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
Currently, we are running the step inside the same workflow where we are generating the logs.
Maybe we could just have a separate workflow, triggered when the first one is finished :
Currently, we are running the step inside the same workflow where we are generating the logs.
Maybe we could just have a separate workflow, triggered when the first one is finished :
Check https://stackoverflow.com/questions/62750603/github-actions-trigger-another-action-after-one-action-is-completed
With this we could:
Access the full logs of the previous workflow as an archive, extract the files, and run the process on all files.
This would ease setup -> Only need GithubToken that can access the previous logs and path to the regex files.
The text was updated successfully, but these errors were encountered: