fix: update issue title
This commit is contained in:
parent
17e4b7cdf1
commit
86f0eea82e
1 changed files with 4 additions and 3 deletions
|
@ -38,14 +38,15 @@ jobs:
|
||||||
- name: setup tea cli
|
- name: setup tea cli
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: 0.9.2
|
TEA_VERSION: main
|
||||||
run: |
|
run: |
|
||||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
||||||
mv tea* tea
|
mv tea* tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||||
|
|
||||||
- name: close issue
|
- name: update issue
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./tea i close ${{ github.event.issue.number }}
|
./tea issues edit ${{ github.event.issue.number }} --title "release done"
|
||||||
|
./tea issues close ${{ github.event.issue.number }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue