Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static Checkout SDK version to ensure avoidance of maven repository server downtimes #492

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Update version_update_trigger.yml
vivekshindhe committed Dec 19, 2024
commit a44b92afa84bf1336acac34e8e8047bfe4ff0878
2 changes: 1 addition & 1 deletion .github/workflows/version_update_trigger.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
with:
script: |
const pr_number = ${GITHUB_REF.split('/')[2]};
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";

await github.rest.issues.createComment({
owner: context.repo.owner,