diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index 4201979..31c3a5d 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.0 + uses: issue-ops/parser@v0.2.1 with: body: ${{ github.event.issue.body }} issue-form-template: example-request.yml