Skip to content

Commit 67317a9

Browse files
authored
ci: fix slack notification action ref
1 parent f34745f commit 67317a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_build_sample_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: Send Slack Notification for Sample App Builds
161161
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
162-
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
162+
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@main
163163
with:
164164
build_status: ${{ job.status }}
165165
app_icon_emoji: ":android:"
@@ -193,4 +193,4 @@ jobs:
193193
issue-number: ${{ github.event.pull_request.number }}
194194
body: |
195195
* ${{ matrix.sample-app }}: Build failed. See [CI job logs](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}) to determine the issue and try re-building.
196-
edit-mode: append # append new line to the existing PR comment to build a list of all sample app builds.
196+
edit-mode: append # append new line to the existing PR comment to build a list of all sample app builds.

0 commit comments

Comments
 (0)