Skip to content

Commit 31ea219

Browse files
Update BenchmarkTrigger.yml
1 parent 04b21cd commit 31ea219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BenchmarkTrigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-
3737
uses: benc-uk/workflow-dispatch@v1
3838
with:
39-
repo: FluxML/FluxMLBenchmarks.jl
39+
repo: Eternal-Night-Archer/FluxMLBenchmarks.jl
4040
workflow: Benchmark.yml
4141
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 }} }'
42+
inputs: '{ "repo": "${{ env.REPOSITORY }}", "pr_id": ${{ env.PR_ID }}, "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }} }"'

0 commit comments

Comments
 (0)