Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cjdenio/github-action-template-go
- Owner: cjdenio
- Created: 2020-06-11T12:04:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T21:13:44.000Z (over 4 years ago)
- Last Synced: 2023-03-05T14:57:13.557Z (over 1 year ago)
- Topics: docker, github-actions, github-actions-docker, golang, golang-module
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).