cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Use GITHUB_REPOSITORY environment variable if present #17

Closed cedrickring closed 5 years ago

cedrickring commented 5 years ago

@dougnukem the release workflow currently fails due to the missing git executable. I changed the docker.mk to use the GITHUB_REPOSITORY variable if present (changed the docker repo variable too for consistency).

See here

cedrickring commented 5 years ago

And I'm considering adding you as a collaborator / code owner if you don't mind.

P.S. is it enough to add a CODEOWNERS file for you to review PRs?

dougnukem commented 5 years ago

@cedrickring thanks, yeah adding me to CODEOWNERS should make me pop up in the reviewers

dougnukem commented 5 years ago

I'm able to review but can't merge / commit