Skip to content

Commit 17050e2

Browse files
committed
v0 is a more proper branch name for 0.x versions
1 parent 6052523 commit 17050e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use this module as a GitHub Action. It is a Docker-based action.
114114
```yaml
115115
# Print help
116116
- name: Print graphQL client help
117-
uses: pirafrank/github-graphql-client@v1
117+
uses: pirafrank/github-graphql-client@v0
118118
with:
119119
args: "--help"
120120
```
@@ -132,7 +132,7 @@ To commit to other repositories, you may need to override the default `GITHUB_TO
132132
# Commit changes...
133133
- name: Commit changes
134134
id: commit_changes
135-
uses: pirafrank/github-graphql-client@v1
135+
uses: pirafrank/github-graphql-client@v0
136136
if: ${{ vars.RUN_COMMIT_CHANGES == 'true' }}
137137
env:
138138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)