File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 ref : main
2222 fetch-depth : 0
23- token : ${{ secrets.GITHUB_TOKEN }}
2423
2524 - name : Set up Python
2625 uses : actions/setup-python@v5
3837
3938 - name : Commit changes
4039 run : |
41- git config --local user.email "github-actions[bot] @users.noreply.github.com"
42- git config --local user.name "github-actions[bot] "
40+ git config --local user.email "${{ github.actor }} @users.noreply.github.com"
41+ git config --local user.name "${{ github.actor }} "
4342 git add mineru_vl_utils/version.py
4443 if git diff-index --quiet HEAD; then
4544 echo "No changes to commit"
5049
5150 - name : Push changes
5251 if : steps.commit_changes.outcome == 'success'
52+ env :
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5354 run : |
5455 git push origin HEAD:main
5556
Original file line number Diff line number Diff line change 1- __version__ = "0.1.16 "
1+ __version__ = "0.1.15 "
You can’t perform that action at this time.
0 commit comments