thisone
convert-to-yml / format-branch (push) Failing after 29s
Details
convert-to-yml / format-branch (push) Failing after 29s
Details
This commit is contained in:
parent
4e30907817
commit
e94e4941ce
|
@ -29,29 +29,17 @@ jobs:
|
|||
ls
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git checkout -b ${{ env.PRODUCTION_BRANCH }}
|
||||
git add -A
|
||||
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
|
||||
git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }}
|
||||
- name: create pull request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
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: master
|
||||
base: ${{ env.PRODUCTION_BRANCH }}
|
||||
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
|
||||
commit-message: Cloud - Update available list
|
||||
title: Cloud - Update available list
|
||||
body: Cloud - Update available list
|
||||
base: main
|
||||
labels: automated-pr, Clouds & Regions
|
||||
branch: ${{ env.PRODUCTION_BRANCH }}
|
||||
delete-branch: true
|
Loading…
Reference in New Issue