debug print gitea cli info
This commit is contained in:
parent
35dd3b7355
commit
69481cf334
1 changed files with 7 additions and 3 deletions
|
@ -8,9 +8,13 @@ jobs:
|
|||
if: github.event.issue.title == 'release'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: github
|
||||
- name: download tea cli
|
||||
shell: bash
|
||||
run: |
|
||||
wget https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386
|
||||
ls -l
|
||||
|
||||
mv tea* tea
|
||||
chmod +x tea
|
||||
|
||||
- name: tea help
|
||||
shell: bash
|
||||
run: tea --help
|
||||
|
|
Loading…
Add table
Reference in a new issue