We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8c57e commit 7323bd0Copy full SHA for 7323bd0
.github/workflows/BenchmarkTrigger.yml
@@ -39,4 +39,4 @@ jobs:
39
repo: FluxML/FluxMLBenchmarks.jl
40
workflow: Benchmark.yml
41
token: ${{ steps.get-app-token.outputs.token }}
42
- 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 commit comments