fix: debugging

This commit is contained in:
Oliver Lippert 2024-02-02 00:31:55 +01:00
parent db3002b4eb
commit 53ca4777fe
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -24,13 +24,17 @@ jobs:
- name: debug 1 - name: debug 1
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple run: echo 'Release ${{ github.ref }}'
- name: debug 2 - name: debug 2
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' run: ./tea i ls --fields index,title --output simple
- name: debug 3 - name: debug 3
shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
- name: debug 4
shell: bash shell: bash
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}' run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'