We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e5369 commit 765ff86Copy full SHA for 765ff86
.github/workflows/slack_notify_opened.yml
@@ -39,11 +39,11 @@ jobs:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
- name: Push to Slack
41
if: |
42
- steps.is_organization_member.outputs.result == false
+ ${{ steps.is_organization_member.outputs.result == 'false' }}
43
uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996a
44
with:
45
slack_token: ${{ secrets.SLACK_TOKEN }}
46
- channel: devex
+ channel: product
47
custom_payload: |
48
{
49
"blocks": [
0 commit comments