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
|
ls
|
||||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||||
git config --global user.email "username@users.noreply.github.com"
|
git config --global user.email "username@users.noreply.github.com"
|
||||||
|
git checkout -b ${{ env.PRODUCTION_BRANCH }}
|
||||||
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
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v5
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
#token: ${{ secrets.PAT }}
|
commit-message: Cloud - Update available list
|
||||||
commit-message: Update report
|
title: Cloud - Update available list
|
||||||
committer: GitHub <noreply@github.com>
|
body: Cloud - Update available list
|
||||||
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
|
base: main
|
||||||
signoff: false
|
labels: automated-pr, Clouds & Regions
|
||||||
branch: master
|
branch: ${{ env.PRODUCTION_BRANCH }}
|
||||||
base: ${{ env.PRODUCTION_BRANCH }}
|
delete-branch: true
|
||||||
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