Skip to content

Commit

Permalink
Updating version numbers of the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Nov 20, 2024
1 parent 6f0770b commit 097e13f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The configuration of the Action in a workflow:

```yaml
name: Parse Issue Body
uses: peter-murray/issue-body-parser-action@v1
uses: peter-murray/issue-body-parser-action@v3
id: issue_body_parser
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -62,7 +62,7 @@ The configuration of the Action in a workflow:

```yaml
name: Parse Issue Body
uses: peter-murray/issue-body-parser-action@v1
uses: peter-murray/issue-body-parser-action@v3
id: issue_body_parser
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -96,7 +96,7 @@ The configuration of the Action in a workflow:

```yaml
name: Parse Issue Body
uses: peter-murray/issue-body-parser-action@v1
uses: peter-murray/issue-body-parser-action@v3
id: issue_body_parser
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -111,7 +111,7 @@ By default the action will fail if the payload is not found in the issue. This b

```yaml
name: Parse Issue Body
uses: peter-murray/issue-body-parser-action@v2
uses: peter-murray/issue-body-parser-action@v3
id: issue_body_parser
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -127,4 +127,4 @@ name: Run something that uses the payload
env:
VERSION: ${{ fromJson(steps.issue_body_parser_request.outputs.payload).version }}
run: |
echo $VERSION
echo $VERSION

0 comments on commit 097e13f

Please sign in to comment.