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 9a1f17f commit 251c2efCopy full SHA for 251c2ef
.github/workflows/notify-new-issue.yml
@@ -10,6 +10,6 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Notify new issue
13
- uses: ecmwf-actions/notify-teams-issue@v1
+ uses: ecmwf/notify-teams-issue@v1
14
with:
15
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
.github/workflows/notify-new-pr.yml
- name: Notify new PR
- uses: ecmwf-actions/notify-teams-pr@v1
+ uses: ecmwf/notify-teams-pr@v1
0 commit comments