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 a2f4c22 commit 19eaf51Copy full SHA for 19eaf51
.github/workflows/runner.yaml
@@ -121,7 +121,7 @@ jobs:
121
node write_readme.js
122
123
- name: Commit changes
124
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
125
with:
126
commit_message: Update benchmark for ${{ matrix.app }} on ${{ matrix.os }}
127
file_pattern: runner/benchmarks.json README.md
.github/workflows/stars.yaml
@@ -38,7 +38,7 @@ jobs:
38
node write_graphsdotmd.js
39
40
41
42
43
commit_message: "Update stars & Fork"
44
file_pattern: runner/stats.json README.md GRAPHS.md
0 commit comments