Skip to content

Commit

Permalink
Merge pull request #1 from matmar10/rename-package
Browse files Browse the repository at this point in the history
Rename package
  • Loading branch information
matmar10 authored Apr 6, 2022
2 parents 15b4b4f + adf7e7d commit 682ca43
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 14 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Create a Heroku review app when a PR is raised by someone with write or admin access

## TODO / Roadmap

- [ ] Export info about the created build to be used later


## Usage

```yaml
Expand All @@ -18,8 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Heroku Review Application
uses: mheap/github-action-pr-heroku-review-app@master
env:
uses: matmar10/pr-heroku-review-app@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
41 changes: 29 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"devDependencies": {
"@release-it/conventional-changelog": "^4.2.2",
"@zeit/ncc": "^0.22.3",
"dotenv": "^16.0.0",
"eslint": "^8.12.0",
"eslint-plugin-es-beautifier": "^1.0.1",
"release-it": "^14.14.0"
Expand Down

0 comments on commit 682ca43

Please sign in to comment.