mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add [bot] so that gh can visualize the commits with badge
This commit is contained in:
parent
ef89f4b29a
commit
48cd20e98e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/generate-gallery.yml
vendored
4
.github/workflows/generate-gallery.yml
vendored
|
|
@ -34,8 +34,8 @@ jobs:
|
|||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
git config user.name "github-actions"
|
||||
git config user.email "github-actions@github.com"
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
git add GALLERY.md
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git commit -m "Update GALLERY.md [skip ci]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue