Skip to content

Commit 2b548b6

Browse files
authored
Merge pull request #526 from Eternal-Night-Archer/master
Fix BenchmarkTrigger.yml
2 parents 04b21cd + 33af511 commit 2b548b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BenchmarkTrigger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: benc-uk/workflow-dispatch@v1
3838
with:
3939
repo: FluxML/FluxMLBenchmarks.jl
40+
ref: refs/heads/main
4041
workflow: Benchmark.yml
4142
token: ${{ steps.get-app-token.outputs.token }}
42-
inputs: '{ "repo": ${{ env.REPOSITORY }}, "pr_id": ${{ env.PR_ID }}, "target_url": ${{ env.TARGET_URL }}, "baseline_url": ${{ env.BASELINE_URL }} }'
43+
inputs: '{ "repository": "${{ env.REPOSITORY }}", "pr_id": "${{ env.PR_ID }}", "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'

0 commit comments

Comments
 (0)