Skip to content

Commit

Permalink
Add a fancier example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Jan 16, 2020
1 parent 173d489 commit 7a0ef9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ./ # Uses an action in the root directory
id: extract
with:
filter_push: '.commits'
filter_push: '.commits[].author'
filter_pull_request: '.pull_request.commits'
# Use the output from the `infos` step
- name: Show output
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ If this workflow is running on a pull request or not, e.g. `"false"`.
# Use the action
- uses: Dovyski/payload-info-action@master
with:
filter_push: '.commits'
filter_push: '.commits[].author'
filter_pull_request: '.pull_request.commits'
```

0 comments on commit 7a0ef9d

Please sign in to comment.