debug print gitea cli info

This commit is contained in:
Oliver Lippert 2024-01-31 23:25:06 +01:00
parent 35dd3b7355
commit 69481cf334
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -8,9 +8,13 @@ jobs:
if: github.event.issue.title == 'release' if: github.event.issue.title == 'release'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: github - name: download tea cli
shell: bash shell: bash
run: | run: |
wget https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 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