diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index f69e0e7..863b628 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -41,7 +41,7 @@ jobs: # Parse the issue body and convert it to JSON. - name: Parse Issue Body id: parse - uses: issue-ops/parser@v0.2.2 + uses: issue-ops/parser@v0.2.3 with: body: ${{ github.event.issue.body }} issue-form-template: example-request.yml