Skip to content

Commit 0f95ec8

Browse files
committed
Include date in commit message of mirrow workflow
1 parent 7aae749 commit 0f95ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --local user.email "[email protected]"
2727
git config --local user.name "Selenium CI Bot"
2828
git add common/mirror/selenium
29-
git commit -m "Update mirror info" -a
29+
git commit -m "Update mirror info (`date`)" -a
3030
echo "::set-output name=commit::true"
3131
fi
3232
- name: Push changes

0 commit comments

Comments
 (0)