here
convert-to-yml / format-branch (push) Failing after 23s
Details
convert-to-yml / format-branch (push) Failing after 23s
Details
This commit is contained in:
parent
dfe493dd0c
commit
7142c1354a
|
@ -33,6 +33,15 @@ jobs:
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||||
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
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
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue