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

This commit is contained in:
giles 2023-10-22 19:13:56 +01:00
parent 66925a9eb0
commit 2635e0ffac
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
git config --global user.email "username@users.noreply.github.com"
git checkout -b ${{ env.BUILD_BRANCH }}
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} ym files converted to xml"
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} yml files converted to xml"
git push-f origin HEAD:${{ env.BUILD_BRANCH }}
- name: make pull request comment

View File

@ -112,4 +112,5 @@ jobs:
run: |
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea
chmod +x ./tea
./tea c $PR "this branch has been built on [${{ env.BUILD_BRANCH }}](${{ github.serverUrl }}/${{ github.repository }}/src/branch/${{ env.BUILD_BRANCH }})"