Skip to content

Commit

Permalink
Update build-sample-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 authored Feb 25, 2025
1 parent bfe84ee commit 3cb9a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:

- name: Send Slack Notification for Sample App Builds (Android)
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@main
with:
build_status: ${{ steps.android_build.outcome }}
app_icon_emoji: ":react:"
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Send Slack Notification for Sample App Builds (iOS)
if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1@main
with:
build_status: ${{ steps.ios_build.outcome }}
app_icon_emoji: ":react:"
Expand Down

0 comments on commit 3cb9a2b

Please sign in to comment.