JayFoxRox / GitHub-artifact-URL

A small Python 3 HTTP server to return the latest GitHub Actions artifact URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-artifact-URL

A small Python 3 HTTP server to return the latest GitHub Actions artifact URL given the following conditions:

  • Owner name
  • Repository name
  • Branch name
  • Workflow name
  • Workflow event
  • Artifact name

(Only successful workflows will be considered!)

Donate

If you like my work, a donation would be nice:

Even a small amount does help me and shows appreciation. Thank you!

License

(C) 2020 Jannik Vogel

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License Version 3 as published by the Free Software Foundation.

See LICENSE.md for more information.

About

A small Python 3 HTTP server to return the latest GitHub Actions artifact URL

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%