Skip to content

Commit

Permalink
Fix incorrect example text in README's (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding authored Apr 16, 2020
1 parent abcefc5 commit 38c20ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion communicate-on-pull-request-merged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [action.yml](action.yml)

```yaml
steps:
- uses: fastlane/github-action/communicate-on-pull-request-merged@latest
- uses: fastlane/github-actions/communicate-on-pull-request-merged@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-comment: "Hey @${{ github.event.pull_request.user.login }} :wave: Thank you for your contribution!"
Expand Down
2 changes: 1 addition & 1 deletion communicate-on-pull-request-released/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [action.yml](action.yml)

```yaml
steps:
- uses: fastlane/github-action/communicate-on-pull-request-released@latest
- uses: fastlane/github-actions/communicate-on-pull-request-released@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion fastlane-env-reminder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See [action.yml](action.yml)

```yaml
steps:
- uses: fastlane/github-action/fastlane-env-reminder@latest
- uses: fastlane/github-actions/fastlane-env-reminder@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 38c20ad

Please sign in to comment.