Skip to content

Commit

Permalink
Update stefanbuck/github-issue-parser action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent d919f6f commit 7c6b2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/parsegithubissue-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
issue-body: ${{ env.ISSUE_BODY }}
template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parsegithubissue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
template-path: .github/ISSUE_TEMPLATE/3-skip-auto-shutdown-request.yaml
#Save parsed date into environment variables
Expand Down

0 comments on commit 7c6b2c7

Please sign in to comment.