Skip to content

Commit 14e4904

Browse files
committed
format update for PR commnet
1 parent c562d63 commit 14e4904

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/action.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,13 @@ export class Action {
174174

175175
const octokit = getOctokit(this.token);
176176
await octokit.rest.issues.createComment({
177-
body: `
178-
${this.commitSha} has been deployed!
177+
body: `${this.commitSha} has been deployed!
179178
- **Commit:** \`${this.commitSha}\`
180179
- **Stage:** \`${this.stage}\`
181180
- **URL:** [${httpApiUrl}](${httpApiUrl}) (exclusively for this PR)
181+
182+
Note:
183+
- This stage (\`${this.stage}\`) and all resources will be deleted when the PR is closed.
182184
`,
183185
owner: context.repo.owner,
184186
repo: context.repo.repo,

0 commit comments

Comments
 (0)