Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created January 6, 2022 01:48
Show Gist options
  • Save ShariqT/be261a255e3902934a3bbddf54e22ff4 to your computer and use it in GitHub Desktop.
Save ShariqT/be261a255e3902934a3bbddf54e22ff4 to your computer and use it in GitHub Desktop.
action.yml
name: 'Sam Jackson Greeter'
description: 'An action to greet people who interact with the repo with a gif of Samuel L. Jackson'
inputs:
message:
description: 'Message displayed along side the Samuel L Jackson gif'
required: true
default: 'You need some Sam Jackson in your life'
token:
description: 'Github secret token'
required: true
branding:
icon: mic
color: blue
author: lob
runs:
using: 'node12'
main: 'index.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment