Compare commits

..

No commits in common. "91f4058f5c8078aef998f272ec331eff1a09a215" and "6d463fad83e0dd0714ae3c7484b471a1e3732cf5" have entirely different histories.

View file

@ -21,7 +21,7 @@ jobs:
mv tea* tea mv tea* tea
chmod +x tea chmod +x tea
./tea login add --url ${{ github.server_url }} --token ${{ github.token }} ./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} echo ${RELEASE_TICKET_ID}
- name: comment tag start - name: comment tag start