Skip to content

Commit a44b92a

Browse files
committed
Update version_update_trigger.yml
1 parent 9548ea8 commit a44b92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version_update_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
script: |
3737
const pr_number = ${GITHUB_REF.split('/')[2]};
38-
const message = "$version_line\nSDK: React-Native Standard Checkout SDK";
38+
const message = "pg-core-sdk-version-update\n$version_line\nSDK: React-Native Standard Checkout SDK";
3939
4040
await github.rest.issues.createComment({
4141
owner: context.repo.owner,

0 commit comments

Comments
 (0)