Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Bump up version in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspufal committed May 2, 2022
1 parent 649c6b6 commit 8757dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branch) or a pull request number.

# Usage
```yaml
- uses: doximity/gh-action-callback-list-files@v0.0.1
- uses: doximity/gh-action-callback-list-files@v1.0.0
with:
# Repository name with owner. For example, doximity/rake-ui
# Default: ${{ github.repository }}
Expand Down Expand Up @@ -55,7 +55,7 @@ branch) or a pull request number.
## List all filenames for a pull request
```yaml
- uses: doximity/gh-action-callback-list-files@v0.0.1
- uses: doximity/gh-action-callback-list-files@v1.0.0
with:
repository: owner/repo
pr_number: 250
Expand All @@ -64,7 +64,7 @@ branch) or a pull request number.
## List all filenames for master HEAD
```yaml
- uses: doximity/gh-action-callback-list-files@v0.0.1
- uses: doximity/gh-action-callback-list-files@v1.0.0
with:
repository: owner/repo
ref: master
Expand All @@ -73,7 +73,7 @@ branch) or a pull request number.
## Use action's output from another step in a workflow
```yaml
- uses: doximity/gh-action-callback-list-files@v0.0.1
- uses: doximity/gh-action-callback-list-files@v1.0.0
id: check-for-graphql-changes
with:
repository: owner/repo
Expand Down

0 comments on commit 8757dd8

Please sign in to comment.