Skip to content

Commit

Permalink
Fixed deploy to qa workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 7d5e68f commit 163c342
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pluginQA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ jobs:
needs: [ Build-Sample-Apps-Android, Build-Sample-Apps-iOS ]
runs-on: ubuntu-latest
steps:
#need to add steps
- name: Notify with SLack
uses: slackapi/[email protected]
with:
payload: |
{
"version": "6.14.3"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.CI_SLACK_WEBHOOK_URL }}

0 comments on commit 163c342

Please sign in to comment.