Skip to content

Alt+backspace at start of test throws error [BUG] #7

Alt+backspace at start of test throws error [BUG]

Alt+backspace at start of test throws error [BUG] #7

Workflow file for this run

name: issues
on:
issues:
types: [closed]
jobs:
add-comment:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Did we solve your problem?
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
with:
issue-number: ${{ github.event.issue.number }}
body: |
Did we solve your problem?
Glad we could help!
Don't forget to [star](https://github.com/kraanzu/smassh) the repository!
– @kraanzu