Skip to content

Commit 84bbb8b

Browse files
fi3eworkampcode-com
andcommitted
fix: double slash in ecosystem_ci_dispatch comment URL
Amp-Thread-ID: https://ampcode.com/threads/T-019d4274-65ac-7249-90ad-2a159a60c9de Co-authored-by: Amp <amp@ampcode.com>
1 parent f414fe1 commit 84bbb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ runs:
102102
with:
103103
result-encoding: string
104104
script: |
105-
const url = `${context.serverUrl}//${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
105+
const url = `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`
106106
const urlLink = `[Open](${url})`
107107
const prData = ${{ steps.get-pr-number.outputs.result }}
108108

0 commit comments

Comments
 (0)