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 a93b97f commit 2e82146Copy full SHA for 2e82146
.github/workflows/post-dependabot.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Rebuild model
46
run: PYTHONPATH='demos/moderator' python -m moderator.build_model train.csv
47
- name: Commit and push if needed
48
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
49
with:
50
commit_message: Rebuild moderator model
51
file_pattern: 'demos/moderator/model/pipeline.dat'
0 commit comments