Compare commits
2 commits
6d463fad83
...
91f4058f5c
Author | SHA1 | Date | |
---|---|---|---|
91f4058f5c | |||
9d9a526e31 |
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
mv tea* tea
|
||||
chmod +x tea
|
||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||
export RELEASE_TICKET_ID=$(tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}')
|
||||
export RELEASE_TICKET_ID=$(./tea i ls --fields index,title --output simple | grep 'Release ${{ github.ref }}' | awk '{print $1}')
|
||||
echo ${RELEASE_TICKET_ID}
|
||||
|
||||
- name: comment tag start
|
||||
|
|
Loading…
Add table
Reference in a new issue