here
convert-to-yml / format-branch (push) Failing after 23s Details

This commit is contained in:
giles 2023-10-21 21:11:06 +01:00
parent dfe493dd0c
commit 7142c1354a
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ jobs:
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
- 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: