We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52be8c3 commit b6fbd93Copy full SHA for b6fbd93
.github/workflows/mirror-selenium-releases.yml
@@ -23,11 +23,11 @@ jobs:
23
run: |
24
export CHANGES=$(git status -s)
25
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"
+ git config --local user.email "selenium-ci@users.noreply.github.com"
+ git config --local user.name "Selenium CI Bot"
+ git add common/mirror/selenium
+ git commit -m "Update mirror info" -a
+ echo "::set-output name=commit::true"
31
fi
32
- name: Push changes
33
if: steps.git.outputs.commit == 'true'
0 commit comments