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 d45146d commit 0431befCopy full SHA for 0431bef
.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: '{ "repository": "${{ 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