Skip to content

Commit 383d939

Browse files
GNMosekeJaapWijnen
authored andcommitted
ci: fix git config safe directory
Solution from: actions/checkout#766
1 parent 78621c0 commit 383d939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cd RuntimePerformanceTests && swift package --allow-writing-to-package-directory benchmark --format histogramPercentiles --path benchmark-raw-output
2424
- name: Process benchmarks
2525
run: cd RuntimePerformanceTests && ./parse-benchmarks
26-
26+
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2727
- name: Store benchmark result
2828
uses: benchmark-action/github-action-benchmark@v1
2929
with:

0 commit comments

Comments
 (0)