try to close opened issue
This commit is contained in:
parent
032e369e27
commit
5cfef86f69
1 changed files with 3 additions and 1 deletions
|
@ -18,4 +18,6 @@ jobs:
|
||||||
|
|
||||||
- name: tea help
|
- name: tea help
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./tea --help
|
run: |
|
||||||
|
echo "tea i close ${{ github.event.issue.id }}"
|
||||||
|
./tea i close ${{ github.event.issue.id }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue