From f87bb4742979870398f1a07651cfad6f8d3d1e51 Mon Sep 17 00:00:00 2001 From: Rehan Date: Mon, 17 Feb 2025 20:56:26 +0500 Subject: [PATCH] comments update --- .github/workflows/build-test-sample-apps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test-sample-apps.yml b/.github/workflows/build-test-sample-apps.yml index a5f98407..ed6d20cb 100644 --- a/.github/workflows/build-test-sample-apps.yml +++ b/.github/workflows/build-test-sample-apps.yml @@ -70,7 +70,7 @@ jobs: permissions: pull-requests: write # to be able to comment on PR strategy: - matrix: + matrix: # Have a matrix make it easier to update the PR comment with the build information for each sample app. sample-app: - name: "APN" - name: "FCM" @@ -81,7 +81,6 @@ jobs: with: comment-id: ${{ needs.update-pr-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} - # the variables APP_VERSION_NAME, APP_VERSION_CODE are generated above in generate_new_version lane body: | * ${{ matrix.sample-app.name }}: `${{ needs.build-sample-apps.outputs.app_version_name }} (${{ needs.build-sample-apps.outputs.app_version_code }})` edit-mode: append # append new line to the existing PR comment to build a list of all sample app builds.