Skip to content

Commit

Permalink
fix action path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 20, 2025
1 parent 4022ca1 commit 20902ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
env:
ANDROID_APP_ID: ${{ secrets[format('CUSTOMERIO_{0}_ANDROID_APP_ID', inputs.app_name)] }}
IOS_APP_ID: ${{ secrets[format('CUSTOMERIO_{0}_IOS_APP_ID', inputs.app_name)] }}
uses: customerio/mobile-ci-tools/slack-notify-sample-app/v1@mbl-750-app-slack-notify
uses: customerio/mobile-ci-tools/.github/actions/slack-notify-sample-app/v1@mbl-750-app-slack-notify
with:
status: ${{ job.status }}
firebase_distribution_groups: ${{ env.firebase_distribution_groups }}
Expand Down

0 comments on commit 20902ef

Please sign in to comment.