diff --git a/.github/workflows/parsegithubissue-pr.yaml b/.github/workflows/parsegithubissue-pr.yaml index 42e8219f..f32a66c6 100644 --- a/.github/workflows/parsegithubissue-pr.yaml +++ b/.github/workflows/parsegithubissue-pr.yaml @@ -138,7 +138,7 @@ jobs: #Parse issue form that trigger workflow - name: Read submitted issue id: parse_issue - uses: stefanbuck/github-issue-parser@v3.1.1 + uses: stefanbuck/github-issue-parser@v3.2.1 with: issue-body: ${{ env.ISSUE_BODY }} template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml diff --git a/.github/workflows/parsegithubissue.yaml b/.github/workflows/parsegithubissue.yaml index 5e3cd570..e8ba68fa 100644 --- a/.github/workflows/parsegithubissue.yaml +++ b/.github/workflows/parsegithubissue.yaml @@ -85,7 +85,7 @@ jobs: #Parse issue form that trigger workflow - name: Read submitted issue id: parse_issue - uses: stefanbuck/github-issue-parser@v3.1.1 + uses: stefanbuck/github-issue-parser@v3.2.1 with: template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml #Save parsed date into environment variables