Skip to content

Commit e610991

Browse files
authored
Fix ako-releaser email (#2271)
1 parent f54c571 commit e610991

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/devbox-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: steps.check_changes.outputs.CHANGES == 'true'
5050
run: |
5151
git config user.name "ako-releaser"
52-
git config user.email "285350+your-app[bot]@users.noreply.github.com"
52+
git config user.email "285350+ako-releaser[bot]@users.noreply.github.com"
5353
git checkout -b ${{ steps.generate_branch.outputs.BRANCH_NAME }} # New branch
5454
git add .
5555
git commit -m "Weekly devbox dependencies update"

.github/workflows/sync-helm-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "Changes detected. Creating PR"
101101
102102
git config user.name "ako-releaser"
103-
git config user.email "285350+your-app[bot]@users.noreply.github.com"
103+
git config user.email "285350+ako-releaser[bot]@users.noreply.github.com"
104104
105105
git checkout -b "${BRANCH_NAME}"
106106
git add .

.github/workflows/update-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "Changes detected. Creating PR"
8383
8484
git config user.name "ako-releaser"
85-
git config user.email "285350+your-app[bot]@users.noreply.github.com"
85+
git config user.email "285350+ako-releaser[bot]@users.noreply.github.com"
8686
8787
git checkout -b "${BRANCH_NAME}"
8888
git add .

.github/workflows/update-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if [[ $(git diff --stat) != '' ]]; then
5252
echo 'Committing changes'
5353
git config user.name "ako-releaser"
54-
git config user.email "285350+your-app[bot]@users.noreply.github.com"
54+
git config user.email "285350+ako-releaser[bot]@users.noreply.github.com"
5555
git add .
5656
git commit -m "Fix licenses after dependabot changes" -m "[dependabot skip]"
5757
git push

0 commit comments

Comments
 (0)