Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjdenio/github-action-template-go

An example GitHub Action, written in Go.
https://github.com/cjdenio/github-action-template-go

docker github-actions github-actions-docker golang golang-module

Last synced: 6 days ago
JSON representation

An example GitHub Action, written in Go.

Awesome Lists containing this project

README

        

# GitHub Action Template: Go

Stuff to take notice of:

1. Inputs are passed as environment variables to your Go script.
2. To emulate the behavior of the GitHub Actions JavaScript library, you'll need to work with some [workflow commands](https://help.github.com/en/actions/reference/workflow-commands-for-github-actions).