Skip to content

Commit 8757dd8

Browse files
committed
Bump up version in prep for release
1 parent 649c6b6 commit 8757dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branch) or a pull request number.
55

66
# Usage
77
```yaml
8-
- uses: doximity/gh-action-callback-list-files@v0.0.1
8+
- uses: doximity/gh-action-callback-list-files@v1.0.0
99
with:
1010
# Repository name with owner. For example, doximity/rake-ui
1111
# Default: ${{ github.repository }}
@@ -55,7 +55,7 @@ branch) or a pull request number.
5555
## List all filenames for a pull request
5656
5757
```yaml
58-
- uses: doximity/gh-action-callback-list-files@v0.0.1
58+
- uses: doximity/gh-action-callback-list-files@v1.0.0
5959
with:
6060
repository: owner/repo
6161
pr_number: 250
@@ -64,7 +64,7 @@ branch) or a pull request number.
6464
## List all filenames for master HEAD
6565
6666
```yaml
67-
- uses: doximity/gh-action-callback-list-files@v0.0.1
67+
- uses: doximity/gh-action-callback-list-files@v1.0.0
6868
with:
6969
repository: owner/repo
7070
ref: master
@@ -73,7 +73,7 @@ branch) or a pull request number.
7373
## Use action's output from another step in a workflow
7474
7575
```yaml
76-
- uses: doximity/gh-action-callback-list-files@v0.0.1
76+
- uses: doximity/gh-action-callback-list-files@v1.0.0
7777
id: check-for-graphql-changes
7878
with:
7979
repository: owner/repo

0 commit comments

Comments
 (0)