thisone
convert-to-yml / format-branch (push) Failing after 29s Details

This commit is contained in:
giles 2023-10-21 20:43:49 +01:00
parent 4e30907817
commit e94e4941ce
1 changed files with 10 additions and 22 deletions

View File

@ -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