Skip to content

Commit 0431bef

Browse files
Update BenchmarkTrigger.yml
1 parent d45146d commit 0431bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BenchmarkTrigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
ref: refs/heads/main
4141
workflow: Benchmark.yml
4242
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 }}" }'
43+
inputs: '{ "repository": "${{ env.REPOSITORY }}", "pr_id": "${{ env.PR_ID }}", "target_url": "${{ env.TARGET_URL }}", "baseline_url": "${{ env.BASELINE_URL }}" }'

0 commit comments

Comments
 (0)