Skip to content

Commit

Permalink
Added capabilities to pluginQA
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 16, 2024
1 parent 8925a7d commit 4832255
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/notifySlack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout repository
uses: actions/checkout@v4

- name: Extract version from pubspec.yaml
run: |
VERSION=$(grep 'version:' pubspec.yaml | sed 's/version: //')
Expand Down Expand Up @@ -50,8 +47,8 @@ jobs:
echo "EOF" >> $GITHUB_ENV
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

- name: Notify with SLack
uses: slackapi/slack-github-action@v1.23.0
- name: Notify with Slack
uses: slackapi/slack-github-action@v1.26.0
with:
payload: |
{
Expand Down

0 comments on commit 4832255

Please sign in to comment.