#github-actions (2020-02)
Discussions related to GitHub Actions
2020-02-18
Run your GitHub Actions locally: https://github.com/nektos/act
https://github.com/nektos/act/issues/74#issuecomment-587339919
I’ve tried it and it works, could be useful! :)
Run your GitHub Actions locally. Contribute to nektos/act development by creating an account on GitHub.
Just to keep track of the work here :) Thanks for you awesome tool !
2020-02-21
@scorebot help keep tabs!
@scorebot has joined the channel
Thanks for adding me emojis used in this channel are now worth points.
Wondering what I can do? try @scorebot help
2020-02-23
Just now digging into gh actions, was looking for a good golang build release workflow for a personal project (just now learning the language). Any prefered workflows for go 1.13? is goreleaser the tool be using here?
@Andriy Knysh (Cloud Posse) has some nice action for this that we use
GitOps for Teams (experimental hard fork of atlantis) - cloudposse/atlantis
Nice, thanks. I’m digging into goreleaser now and I’m kind of amazed at how much it does
many ways of doing it. We just did it with this script https://github.com/cloudposse/actions/blob/master/github/release-assets/entrypoint.sh, but goreleaser might be even better
Our Library of GitHub Actions. Contribute to cloudposse/actions development by creating an account on GitHub.