We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3bc4d commit e825ba1Copy full SHA for e825ba1
.github/workflows/weekly.yaml
@@ -43,6 +43,7 @@ jobs:
43
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
44
git config --local user.name "github-actions[bot]"
45
cp rustc-perf/results.db .
46
+ git add results.db
47
git commit -a -m "Update results.db for `date +%Y-%m-%d`"
48
49
- name: Push changes
0 commit comments