Skip to content

Commit

Permalink
use @zeit/ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Nov 11, 2019
1 parent 33cfcc8 commit 88c3a86
Show file tree
Hide file tree
Showing 12,583 changed files with 12,749 additions and 1,147,766 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ A GitHub Action for approving pull requests.

```yaml
steps:
- uses: juliangruber/approve-pull-request-action@master
- name: Approve Pull Request
uses: juliangruber/approve-pull-request-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ inputs:
required: true
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 88c3a86

Please sign in to comment.