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 31ea219 commit 69cc8d9Copy full SHA for 69cc8d9
.github/workflows/BenchmarkTrigger.yml
@@ -39,4 +39,4 @@ jobs:
39
repo: Eternal-Night-Archer/FluxMLBenchmarks.jl
40
workflow: Benchmark.yml
41
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 }} }"'
+ inputs: '{ "repo": "${{ env.REPOSITORY }}", "pr_id": ${{ env.PR_ID }}, "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'
0 commit comments