...
convert-to-yml / format-branch (push) Successful in 25s
Details
convert-to-yml / format-branch (push) Successful in 25s
Details
This commit is contained in:
parent
721242586a
commit
5cbf2c29cd
|
@ -38,4 +38,4 @@ jobs:
|
|||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
|
||||
chmod +x ./tea
|
||||
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }}
|
||||
./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }}
|
||||
./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}"
|
||||
|
|
Loading…
Reference in New Issue