We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2490387 commit c92e153Copy full SHA for c92e153
action.yml
@@ -68,7 +68,6 @@ runs:
68
fi
69
echo "FINAL_TEXT=$FINAL_TEXT" >> "$GITHUB_OUTPUT"
70
- name: Post to a Slack channel
71
- id: slack
72
if: ${{ inputs.slack-webhook-url != '' && inputs.channel != '' }}
73
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
74
with:
@@ -80,7 +79,6 @@ runs:
80
79
"channel": "#${{ inputs.channel }}"
81
}
82
- name: Post to a default Slack channel
83
84
if: ${{ inputs.slack-webhook-url != '' && inputs.channel == '' }}
85
86
0 commit comments