We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c371b commit 6bb57dfCopy full SHA for 6bb57df
.github/workflows/grept-cronjob.yml
@@ -117,8 +117,8 @@ jobs:
117
- name: commit changes to branch and push to origin
118
if: steps.changes.outputs.detected == 'true'
119
run: |
120
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
121
- git config --global user.name "github-actions[bot]"
+ git config --global user.email "azure-verified-modules[bot]@users.noreply.github.com"
+ git config --global user.name "azure-verified-modules[bot]"
122
BRANCH="grept-apply-$(date +%s)"
123
echo "branch=$BRANCH" >> "$GITHUB_ENV"
124
git checkout -b "$BRANCH"
0 commit comments