thisone
convert-to-yml / format-branch (push) Failing after 0s
Details
convert-to-yml / format-branch (push) Failing after 0s
Details
This commit is contained in:
parent
2afed8dac5
commit
826fd1842b
|
@ -32,3 +32,25 @@ 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 }}
|
||||||
|
- name: create pull request
|
||||||
|
with:
|
||||||
|
#token: ${{ secrets.PAT }}
|
||||||
|
commit-message: Update report
|
||||||
|
committer: GitHub <noreply@github.com>
|
||||||
|
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
||||||
|
signoff: false
|
||||||
|
branch: ${{ env.PRODUCTION_BRANCH }}
|
||||||
|
base: master
|
||||||
|
delete-branch: true
|
||||||
|
title: '[Example] Update report'
|
||||||
|
body: |
|
||||||
|
Update report
|
||||||
|
- Updated with *today's* date
|
||||||
|
- Auto-generated by [create-pull-request][1]
|
||||||
|
|
||||||
|
[1]: https://github.com/peter-evans/create-pull-request
|
||||||
|
labels: |
|
||||||
|
report
|
||||||
|
automated pr
|
||||||
|
milestone: 1
|
||||||
|
draft: false
|
||||||
|
|
Loading…
Reference in New Issue