Skip to content

Commit

Permalink
feat: action.yml descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilshidur authored Jun 20, 2021
1 parent f1ed884 commit 292789a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Actions for Discord'
description: 'Outputs a message to Discord.'
author: Ilshidur
branding:
icon: message-square
color: gray-dark
inputs:
args:
description: 'The message to display in the Discord message.'
required: true
# TODO: Handle configuration through Action inputs.
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 292789a

Please sign in to comment.