Skip to content

Commit 6bb57df

Browse files
committed
try: change GH username
1 parent c1c371b commit 6bb57df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grept-cronjob.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
- name: commit changes to branch and push to origin
118118
if: steps.changes.outputs.detected == 'true'
119119
run: |
120-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
121-
git config --global user.name "github-actions[bot]"
120+
git config --global user.email "azure-verified-modules[bot]@users.noreply.github.com"
121+
git config --global user.name "azure-verified-modules[bot]"
122122
BRANCH="grept-apply-$(date +%s)"
123123
echo "branch=$BRANCH" >> "$GITHUB_ENV"
124124
git checkout -b "$BRANCH"

0 commit comments

Comments
 (0)