jjjjj
convert-to-yml / develop-branch (push) Successful in 26s Details

This commit is contained in:
giles 2023-10-23 00:57:08 +01:00
parent 2035a56304
commit 52318d6816
1 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ jobs:
./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }}
echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1)
rm ./tea
echo PR-=$PR
- run: git fetch
- name: get build branch name
run: |
@ -41,7 +42,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
git checkout -b ${{ env.BUILD_BRANCH }}
git merge --squash ${{ github.ref_name }}
git push origin HEAD:${{ env.BUILD_BRANCH }}