Skip to content

Commit 4735d2e

Browse files
Fix: add ref key
1 parent 5d426ef commit 4735d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BenchmarkTrigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: benc-uk/workflow-dispatch@v1
3838
with:
3939
repo: Eternal-Night-Archer/FluxMLBenchmarks.jl
40-
ref: main
40+
ref: refs/heads/main
4141
workflow: Benchmark.yml
4242
token: ${{ steps.get-app-token.outputs.token }}
4343
inputs: '{ "repo": "${{ env.REPOSITORY }}", "pr_id": ${{ env.PR_ID }}, "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'

0 commit comments

Comments
 (0)