Compare commits
2 commits
de50e31f78
...
ab4ae31dca
Author | SHA1 | Date | |
---|---|---|---|
ab4ae31dca | |||
53ca4777fe |
1 changed files with 6 additions and 2 deletions
|
@ -24,13 +24,17 @@ jobs:
|
|||
|
||||
- name: debug 1
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
run: echo 'Release ${{ github.ref }}'
|
||||
|
||||
- name: debug 2
|
||||
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
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}'
|
||||
|
||||
- name: debug 4
|
||||
shell: bash
|
||||
run: ./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue