File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments