Compare commits
No commits in common. "01a167d264e48b4084069ad18b04e5928a6e09c5" and "7948532212e8b9da07be4c1e140ea717cbdb8d3e" have entirely different histories.
01a167d264
...
7948532212
1 changed files with 3 additions and 4 deletions
|
@ -38,15 +38,14 @@ jobs:
|
|||
- name: setup tea cli
|
||||
shell: bash
|
||||
env:
|
||||
TEA_VERSION: main
|
||||
TEA_VERSION: 0.9.2
|
||||
run: |
|
||||
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
|
||||
mv tea* tea
|
||||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
|
||||
- name: update issue
|
||||
- name: close issue
|
||||
shell: bash
|
||||
run: |
|
||||
./tea issues edit ${{ github.event.issue.number }} --title "release done"
|
||||
./tea issues close ${{ github.event.issue.number }}
|
||||
./tea i close ${{ github.event.issue.number }}
|
||||
|
|
Loading…
Add table
Reference in a new issue