This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a4a58647657 Fix notify-slack-failure job in workflow, adding missing
method (#44945)
a4a58647657 is described below
commit a4a58647657d843a5bbcd39b1b4b0bf0c33d656c
Author: GPK <[email protected]>
AuthorDate: Sun Dec 15 19:05:56 2024 +0000
Fix notify-slack-failure job in workflow, adding missing method (#44945)
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ccff13a13a3..10c14bdbc80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -746,6 +746,7 @@ jobs:
id: slack
uses:
slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
+ method: chat.postMessage
token: ${{ env.SLACK_BOT_TOKEN }}
# yamllint disable rule:line-length
payload: |