Compare commits
No commits in common. "ab4ae31dcadb7d195df51e747238dd92d0a291b5" and "de50e31f78b8e9bc28d7d702972669e68ad4fc46" have entirely different histories.
ab4ae31dca
...
de50e31f78
1 changed files with 2 additions and 6 deletions
|
@ -24,17 +24,13 @@ jobs:
|
|||
|
||||
- name: debug 1
|
||||
shell: bash
|
||||
run: echo 'Release ${{ github.ref }}'
|
||||
run: ./tea i ls --fields index,title --output simple
|
||||
|
||||
- name: debug 2
|
||||
shell: bash
|
||||
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
|
||||
- name: debug 3
|
||||
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