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 baedc5d commit a016137Copy full SHA for a016137
.github/workflows/benchmarks.yml
@@ -31,7 +31,7 @@ jobs:
31
working-directory: tests/benchmarks/BenchmarkDotNet.Artifacts/results
32
run: cat FingerprintBuilder.BenchmarkTests.ModelToHex-report-github.md >> $GITHUB_STEP_SUMMARY
33
- name: Add PR comment
34
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
35
if: github.event_name == 'pull_request'
36
with:
37
recreate: true
0 commit comments