Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Last active August 16, 2020 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/40cf6cea48776909893aa183f1e5fd69 to your computer and use it in GitHub Desktop.
Save luandevpro/40cf6cea48776909893aa183f1e5fd69 to your computer and use it in GitHub Desktop.
name: "my hello action"
description: "say hello with GitHub Actions"
inputs:
firstGreeting:
description: "who would you like to greet in the console"
required: true
default: "Hubot"
secondGreeting:
description: "another person to greet"
required: true
default: "Mona the Octocat"
thirdGreeting:
description: "a third greeting"
required: false
runs:
using: "docker"
image: "Dockerfile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment