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 4735d2e commit d45146dCopy full SHA for d45146d
.github/workflows/BenchmarkTrigger.yml
@@ -40,4 +40,4 @@ jobs:
40
ref: refs/heads/main
41
workflow: Benchmark.yml
42
token: ${{ steps.get-app-token.outputs.token }}
43
- inputs: '{ "repo": "${{ env.REPOSITORY }}", "pr_id": ${{ env.PR_ID }}, "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'
+ inputs: '{ "repository": "${{ env.REPOSITORY }}", "pr_id": ${{ env.PR_ID }}, "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'
0 commit comments