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

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

View File

@ -34,23 +34,8 @@ jobs:
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
- name: download tea!
run: curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
- uses: quangvo09/pull-request-action@v1
name: Create PR to develop
with:
#github_token: ${{ secrets.GITHUB_TOKEN }}
branch_prefix: hotfix
base_branch: master
labels: hotfix,develop
assignees: quangvo09
reviewers: quangvo09
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
commit-message: Cloud - Update available list
title: Cloud - Update available list
body: Cloud - Update available list
base: origin/master
labels: automated-pr, Clouds & Regions
branch: ${{ env.PRODUCTION_BRANCH }}
delete-branch: false
run: |
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 }}

BIN
tea Executable file

Binary file not shown.