robotpy / robotpy-wpilib

Moved to https://github.com/robotpy/mostrobotpy
https://robotpy.github.io
Other
169 stars 59 forks source link

Ping pyfrc on successful publish #642

Closed TheTripleV closed 4 years ago

TheTripleV commented 4 years ago

Relates to robotpy/pyfrc#165

Sends pyfrc a webhook to update it's wpilib dependency to the latest version.

TheTripleV commented 4 years ago

This action needs a repo access token in secrets.REPO_ACCESS_TOKEN

TheTripleV commented 4 years ago

This now sends pyfrc its version number. Note that the code for this only works if startsWith(github.event.ref, 'refs/tags'). Otherwise, we would have to clone the repo.