Skip to content

Commit 3d8b3fc

Browse files
committed
rename workflow
1 parent 1dce7be commit 3d8b3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/post_summary_to_slack.yaml renamed to .github/workflows/news_summarizer_agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: post_summary_to_slack
1+
name: news_summarizer_agent
22

33
on:
44
workflow_dispatch:
@@ -43,7 +43,7 @@ env:
4343
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4444

4545
jobs:
46-
post_summary_to_slack:
46+
news_summarizer_agent:
4747
runs-on: "ubuntu-latest"
4848
timeout-minutes: 5
4949
steps:

0 commit comments

Comments
 (0)