Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Apr 2, 2020
1 parent fe74061 commit 4749170
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'Comment Pull Request'
name: 'Comment on Issue'
branding:
icon: 'message-circle'
color: 'blue'
description: 'Comments a pull request with the provided message'
description: 'Comments on an issue with the provided message'
inputs:
message:
description: 'Message that should be printed in the pull request'
description: 'Comment message'
required: true
GITHUB_TOKEN:
description: 'Github token of the repository (automatically created by Github)'
description: 'Github token of the repository'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.message }}
- ${{ inputs.GITHUB_TOKEN }}
- ${{ inputs.GITHUB_TOKEN }}

0 comments on commit 4749170

Please sign in to comment.