diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 03282d2..29d2cf9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,8 +7,10 @@ assignees: '' --- + + **Version of the Action** -`v2.x.x` +`v4.x.x` **Describe the bug** A clear and concise description of what the bug is. @@ -26,5 +28,11 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. +**Used Workflow** + +```yaml +# Paste the Workflow you've used here +``` + **Additional context** Add any other context about the problem here.