.
convert-to-yml / develop-branch (push) Successful in 27s Details

This commit is contained in:
giles 2023-10-23 00:43:22 +01:00
parent aa1192ab11
commit 53c87c0978
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
git add -A git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml" git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
git checkout -b ${{ env.BUILD_BRANCH }} git checkout -b ${{ env.BUILD_BRANCH }}
get merge --squash ${{ github.ref_name }} git merge --squash ${{ github.ref_name }}
git push origin HEAD:${{ env.BUILD_BRANCH }} git push origin HEAD:${{ env.BUILD_BRANCH }}
- name: make pull request comment - name: make pull request comment