File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3434 uses : stefanzweifel/git-auto-commit-action@v4
3535 with :
3636 commit_message : " Update benchmark results from GitHub Actions (Linux)"
37- file_pattern : benchmark_results_linux_gcc/*
37+ file_pattern : benchmark_results_linux_gcc/*
38+ add_options : -f
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ jobs:
2828
2929 - name : Run tests and update benchmarks
3030 run : .\run_tests.bat
31-
31+
3232 - name : Pull latest changes
3333 run : git pull
3434 - name : Commit changes
3535 uses : stefanzweifel/git-auto-commit-action@v4
3636 with :
3737 commit_message : " Update benchmark results from GitHub Actions (Windows)"
38- file_pattern : benchmark_results_windows_msvc/*
38+ file_pattern : benchmark_results_windows_msvc/*
39+ add_options : -f
Original file line number Diff line number Diff line change 1- build
2- .vscode /*
1+ build /*
2+ .vscode /*
3+ benchmark_results_windows_msvc /*
4+ benchmark_results_linux_gcc /*
You can’t perform that action at this time.
0 commit comments