Skip to content

Commit 04b21cd

Browse files
authored
Merge pull request #524 from skyleaworlder/dev-patch-benchmarktrigger
Fix BenchmarkTrigger.yml
2 parents ac8c57e + 7323bd0 commit 04b21cd

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)