fix: add git identity for github actions bot

This commit is contained in:
Bart van der Braak 2023-12-01 00:33:58 +01:00
parent 9d83d41a36
commit 4c0ad2ff5f

View file

@ -58,6 +58,8 @@ jobs:
- if: env.DEPLOYED_TAG_EXISTS == 'false' || env.NO_CHANGES == 'false'
name: Tag Deployment
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "bartvdbraak@users.noreply.github.com"
git tag -fa deployed -m "Deployed to Azure"
git push origin --tags --force