We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9648401 commit d410af8Copy full SHA for d410af8
.github/workflows/reusable-build-sample-apps.yml
@@ -165,7 +165,7 @@ jobs:
165
fi
166
167
- name: Send Slack Notification for Sample App Builds (Android)
168
- if: always()
+ if: ${{ always() }}
169
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
170
with:
171
build_status: ${{ steps.android_build.outcome }}
@@ -355,7 +355,7 @@ jobs:
355
356
357
- name: Send Slack Notification for Sample App Builds (iOS)
358
359
360
361
build_status: ${{ steps.ios_build.outcome }}
0 commit comments