We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427ea23 commit 410dabfCopy full SHA for 410dabf
src/action.ts
@@ -177,7 +177,7 @@ export class Action {
177
body: `
178
\`${this.commitSha}\` has been deployed!
179
- **Stage:** \`${this.stage}\`
180
- - **URL:** [${httpApiUrl}](${httpApiUrl})
+ - **URL:** [${httpApiUrl}](${httpApiUrl}) (exclusively for this PR)
181
`,
182
owner: context.repo.owner,
183
repo: context.repo.repo,
0 commit comments