Skip to content

Commit 8e3f950

Browse files
committed
fix: typo about ''
1 parent ba7cd5d commit 8e3f950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BenchmarkTrigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
env:
2323
REPOSITORY: ${{ github.event.repository.full_name }}
2424
PR_ID: ${{ github.event.inputs.pr_id || github.event.pull_request.number }}
25-
TARGET_URL: ${{ github.event.inputs.target_url || format("{0}#{1}", github.event.pull_request.head.html_url, github.event.pull_request.head.sha) }}
26-
BASELINE_URL: ${{ github.event.inputs.baseline_url || format("{0}#{1}"", github.event.pull_request.base.repo.html_url, github.event.pull_request.base.sha) }}
25+
TARGET_URL: ${{ github.event.inputs.target_url || format('{0}#{1}', github.event.pull_request.head.html_url, github.event.pull_request.head.sha) }}
26+
BASELINE_URL: ${{ github.event.inputs.baseline_url || format('{0}#{1}', github.event.pull_request.base.repo.html_url, github.event.pull_request.base.sha) }}
2727
steps:
2828
-
2929
name: Get app installation token (ghs)

0 commit comments

Comments
 (0)