Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 27, 2022 07:22
Show Gist options
  • Save twyle/e5b2616c19962401a509a79c0e78c47b to your computer and use it in GitHub Desktop.
Save twyle/e5b2616c19962401a509a79c0e78c47b to your computer and use it in GitHub Desktop.
# action.yml
name: "GitHub Action Template"
description: "A template for creating GitHub Actions."
author: "Lyle Okoth"
inputs:
myinput:
description: "The users name."
default: "world"
outputs:
myoutput:
description: "A greeting with the users name i.e hello world"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: 'award'
color: 'green'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment