Skip to content

Commit b6fbd93

Browse files
authored
Using Selenium CI to push
1 parent 52be8c3 commit b6fbd93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mirror-selenium-releases.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
run: |
2424
export CHANGES=$(git status -s)
2525
if [ -n "$CHANGES" ]; then
26-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
27-
git config --local user.name "github-actions[bot]"
28-
git add common/mirror/selenium
29-
git commit -m "Update mirror info" -a
30-
echo "::set-output name=commit::true"
26+
git config --local user.email "selenium-ci@users.noreply.github.com"
27+
git config --local user.name "Selenium CI Bot"
28+
git add common/mirror/selenium
29+
git commit -m "Update mirror info" -a
30+
echo "::set-output name=commit::true"
3131
fi
3232
- name: Push changes
3333
if: steps.git.outputs.commit == 'true'

0 commit comments

Comments
 (0)