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 9313433 commit 5ba7fc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pluginQA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
$0 ~ "^## " ver { printing = 1; next; }
printing { print; }
' CHANGELOG.md)
PACKAGE_CHANGES="${PACKAGE_CHANGES//'%'/'%25'}"
PACKAGE_CHANGES="${PACKAGE_CHANGES//$'\n'/'%0A'}"
PACKAGE_CHANGES="${PACKAGE_CHANGES//$'\r'/'%0D'}"
echo "PACKAGE_CHANGES=$PACKAGE_CHANGES" >> $GITHUB_ENV
shell: bash
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}

- name: Notify with SLack
uses: slackapi/[email protected]
Expand Down

0 comments on commit 5ba7fc1

Please sign in to comment.