We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ef2f4 commit e3f28fcCopy full SHA for e3f28fc
.github/workflows/run.yaml
@@ -129,3 +129,14 @@ jobs:
129
130
- name: Run shebang-scripts benchmark
131
run: make run-shebangs
132
+
133
+ - name: Generate chart
134
+ run: make -B shebang-scripts/today/chart.svg
135
136
+ - name: Commit and push updated chart
137
+ run: |
138
+ git config --local user.email "[email protected]"
139
+ git config --local user.name "GitHub Action"
140
+ git add shebang-scripts/today/chart.svg
141
+ git commit -m "Update benchmark chart [skip ci]" || echo "No changes to commit"
142
+ git push
0 commit comments