Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix action inputs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Oct 14, 2019
1 parent e7b7bc8 commit 361f19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIPHY_API_KEY: ${{ secrets.GIPHY_API_KEY }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_COMMENT: ${{ github.event }}
with:
trigger: ['Looks Good To Me'] # default: lgtm, LGTM
trigger: 'looks good to me' # default: lgtm
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
trigger:
description: 'Trigger comment on issue to send reaction'
required: false
default: ['lgtm', 'LGTM']
default: 'lgtm'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit 361f19b

Please sign in to comment.