Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tienifr/App into fix/30268
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Oct 31, 2023
2 parents 1fb2b62 + e661395 commit ed42039
Show file tree
Hide file tree
Showing 151 changed files with 38,534 additions and 46,341 deletions.
5,774 changes: 2,598 additions & 3,176 deletions .github/actions/javascript/authorChecklist/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/awaitStagingDeploys/index.js

Large diffs are not rendered by default.

4,634 changes: 2,028 additions & 2,606 deletions .github/actions/javascript/bumpVersion/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/checkDeployBlockers/index.js

Large diffs are not rendered by default.

5,681 changes: 2,555 additions & 3,126 deletions .github/actions/javascript/createOrUpdateStagingDeploy/index.js

Large diffs are not rendered by default.

5,792 changes: 2,607 additions & 3,185 deletions .github/actions/javascript/getDeployPullRequestList/index.js

Large diffs are not rendered by default.

4,526 changes: 1,974 additions & 2,552 deletions .github/actions/javascript/getPreviousVersion/index.js

Large diffs are not rendered by default.

5,850 changes: 2,636 additions & 3,214 deletions .github/actions/javascript/getPullRequestDetails/index.js

Large diffs are not rendered by default.

5,744 changes: 2,583 additions & 3,161 deletions .github/actions/javascript/getReleaseBody/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/isStagingDeployLocked/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/markPullRequestsAsDeployed/index.js

Large diffs are not rendered by default.

5,585 changes: 2,507 additions & 3,078 deletions .github/actions/javascript/postTestBuildComment/index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ function getTestBuildMessage() {
const iOSQRCode = iOSSuccess ? `![iOS](https://api.qrserver.com/v1/create-qr-code/?size=120x120&data=${iOSLink})` : "The QR code can't be generated, because the iOS build failed";
const webQRCode = webSuccess ? `![Web](https://api.qrserver.com/v1/create-qr-code/?size=120x120&data=${webLink})` : "The QR code can't be generated, because the web build failed";

const message = `:test_tube::test_tube: Use the links below to test this build in android and iOS. Happy testing! :test_tube::test_tube:
| android :robot: | iOS :apple: |
const message = `:test_tube::test_tube: Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! :test_tube::test_tube:
| Android :robot: | iOS :apple: |
| ------------- | ------------- |
| ${androidLink} | ${iOSLink} |
| ${androidQRCode} | ${iOSQRCode} |
| desktop :computer: | web :spider_web: |
| Desktop :computer: | Web :spider_web: |
| ${desktopLink} | ${webLink} |
| ${desktopQRCode} | ${webQRCode} |`;

Expand Down
Loading

0 comments on commit ed42039

Please sign in to comment.