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

This commit is contained in:
giles 2023-10-21 20:22:06 +01:00
parent 2afed8dac5
commit 826fd1842b
1 changed files with 23 additions and 1 deletions

View File

@ -31,4 +31,26 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
git add -A
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