mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
fix: add git identity for github actions bot
This commit is contained in:
parent
9d83d41a36
commit
4c0ad2ff5f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue