We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a021dec commit 2374d80Copy full SHA for 2374d80
.github/workflows/reusable_build_sample_apps.yml
@@ -158,7 +158,7 @@ jobs:
158
echo "APP_SDK_BUILD_VERSION=$sdk_version" >> $GITHUB_ENV
159
160
- name: Send Slack Notification for Sample App Builds
161
- if: always() && env.IS_PRIMARY_APP == 'true'
+ if: ${{ always() && env.IS_PRIMARY_APP == 'true' }}
162
uses: customerio/mobile-ci-tools/github-actions/slack-notify-sample-app/v1
163
with:
164
build_status: ${{ job.status }}
0 commit comments