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
The source code defines a couple of global variables to control which artifact is being looked for.
Ideally the HTTP server would allow arguments or some kind of path, so this server can be hosted to support all public GitHub projects.
The source code defines a couple of global variables to control which artifact is being looked for.
Ideally the HTTP server would allow arguments or some kind of path, so this server can be hosted to support all public GitHub projects.
For example:
http://server.org/<owner>/<repo>/<branch>/<workflow_name>/<workflow_event>/<artifact_name>
or
http://server.org/?owner=<owner>&repo=<repo>&branch=<branch>&workflow=...
This could also be extended with matching for multiple criteria, although KISS is probably better here.
The text was updated successfully, but these errors were encountered: