We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9548ea8 commit a44b92aCopy full SHA for a44b92a
.github/workflows/version_update_trigger.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
script: |
37
const pr_number = ${GITHUB_REF.split('/')[2]};
38
- const message = "$version_line\nSDK: React-Native Standard Checkout SDK";
+ const message = "pg-core-sdk-version-update\n$version_line\nSDK: React-Native Standard Checkout SDK";
39
40
await github.rest.issues.createComment({
41
owner: context.repo.owner,
0 commit comments