Skip to content

Commit

Permalink
Merge pull request JasonEtco#8 from alex-page/patch-1
Browse files Browse the repository at this point in the history
Remove "Point t" from the version
  • Loading branch information
JasonEtco committed Mar 8, 2020
2 parents 171c689 + 65a4ba3 commit b8c9dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,7 +27,7 @@ jobs:
name: is-sponsor-label
runs-on: ubuntu-latest
steps:
- uses: JasonEtco/is-sponsor-label-action@v1Point t
- uses: JasonEtco/is-sponsor-label-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -37,7 +37,7 @@ This will trigger the action when an issue or pull request is opened. You'll nee
By default, the label `sponsor` will be applied. If you have a different label you want to use, you can set that:

```yaml
- uses: JasonEtco/is-sponsor-label-action@v1Point t
- uses: JasonEtco/is-sponsor-label-action@v1
with:
label: Sponsor Request 鉂わ笍
env:
Expand Down

0 comments on commit b8c9dbd

Please sign in to comment.