Compare commits

..

No commits in common. "ab4ae31dcadb7d195df51e747238dd92d0a291b5" and "de50e31f78b8e9bc28d7d702972669e68ad4fc46" have entirely different histories.

View file

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