Skip to content

Commit 251c2ef

Browse files
committed
Migrate notify teams actions
1 parent 9a1f17f commit 251c2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/notify-new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Notify new issue
13-
uses: ecmwf-actions/notify-teams-issue@v1
13+
uses: ecmwf/notify-teams-issue@v1
1414
with:
1515
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/notify-new-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Notify new PR
13-
uses: ecmwf-actions/notify-teams-pr@v1
13+
uses: ecmwf/notify-teams-pr@v1
1414
with:
1515
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

0 commit comments

Comments
 (0)