Skip to content

Commit b3472ff

Browse files
committed
Migrate from ecmwf-actions to ecmwf org
1 parent cd9b0b4 commit b3472ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# It will install dependencies and produce a code coverage report on success.
2121
ci:
2222
name: ci
23-
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci-node.yml@v2
23+
uses: ecmwf/reusable-workflows/.github/workflows/ci-node.yml@v2
2424
with:
2525
codecov_upload: true
2626
notify_teams: true

.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)