...
convert-to-yml / format-branch (push) Successful in 25s Details

This commit is contained in:
giles 2023-10-21 22:10:54 +01:00
parent 721242586a
commit 5cbf2c29cd
2 changed files with 1 additions and 1 deletions

View File

@ -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 }}"

0
tea Executable file → Normal file
View File