Skip to content

Commit

Permalink
Update BenchmarkTrigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skyleaworlder authored Aug 4, 2023
1 parent ac8c57e commit 7323bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BenchmarkTrigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
repo: FluxML/FluxMLBenchmarks.jl
workflow: Benchmark.yml
token: ${{ steps.get-app-token.outputs.token }}
inputs: '{ "repo": $REPOSITORY, "pr_id": $PR_ID, "target_url": $TARGET_URL, "baseline_url": $BASELINE_URL }'
inputs: '{ "repo": ${{ env.REPOSITORY }}, "pr_id": ${{ env.PR_ID }}, "target_url": ${{ env.TARGET_URL }}, "baseline_url": ${{ env.BASELINE_URL }} }'

0 comments on commit 7323bd0

Please sign in to comment.