strongishllama / golang-action-docker

A template repository for writing custom GitHub Actions in Golang with Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Action Docker

A template repository for writing custom GitHub Actions in Golang with Docker.

Inputs

Name Description Required Default
example-input An example input to use in your action. true

Outputs

No outputs.

External Actions

No external actions.

Example Usage

- name: Golang Action Docker
  uses: owner/repo@latest
  with:
    # An example input to use in your action.
    example-input:

About

A template repository for writing custom GitHub Actions in Golang with Docker.

License:MIT License


Languages

Language:Go 87.7%Language:Dockerfile 12.3%