Compare commits
No commits in common. "3f0e3330120d342282e19303b6a7ee0c4ee4ad0b" and "d5a33888e98073cde0ba828f8fa3d314aba98989" have entirely different histories.
3f0e333012
...
d5a33888e9
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@ jobs:
|
|||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
|
||||
./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}' > release-ticket-id
|
||||
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref_name }}' | awk '{print $1}')
|
||||
|
||||
- name: comment tag start
|
||||
shell: bash
|
||||
run: |
|
||||
./tea comment $(cat release-ticket-id) "Start tag"
|
||||
./tea issues close $(cat release-ticket-id)
|
||||
./tea comment ${RELEASE_TICKET_ID} "Start tag"
|
||||
./tea issues close ${RELEASE_TICKET_ID}
|
||||
|
|
Loading…
Add table
Reference in a new issue