thisone
convert-to-yml / format-branch (push) Successful in 32s
Details
convert-to-yml / format-branch (push) Successful in 32s
Details
This commit is contained in:
parent
826fd1842b
commit
598487cc36
|
@ -33,6 +33,7 @@ jobs:
|
||||||
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 }}
|
||||||
- name: create pull request
|
- name: create pull request
|
||||||
|
uses: peter-evans/create-pull-request@v5
|
||||||
with:
|
with:
|
||||||
#token: ${{ secrets.PAT }}
|
#token: ${{ secrets.PAT }}
|
||||||
commit-message: Update report
|
commit-message: Update report
|
||||||
|
|
Loading…
Reference in New Issue