Skip to content

Commit 7323bd0

Browse files
Update BenchmarkTrigger.yml
1 parent ac8c57e commit 7323bd0

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
@@ -39,4 +39,4 @@ jobs:
3939
repo: FluxML/FluxMLBenchmarks.jl
4040
workflow: Benchmark.yml
4141
token: ${{ steps.get-app-token.outputs.token }}
42-
inputs: '{ "repo": $REPOSITORY, "pr_id": $PR_ID, "target_url": $TARGET_URL, "baseline_url": $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)