mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 15:21:21 +00:00
fix: use github actions bot as identity
This commit is contained in:
parent
6bb67d26a3
commit
8e19081300
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -58,8 +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 config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git tag -fa deployed -m "Deployed to Azure"
|
||||
git push origin --tags --force
|
||||
|
||||
|
|
Loading…
Reference in a new issue