We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840b177 commit 70f661cCopy full SHA for 70f661c
1 file changed
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Install Dependencies
114
id: install-dependencies
115
- uses: ecmwf-actions/build-package@v2
+ uses: ecmwf/build-package@v2
116
with:
117
self_build: false
118
dependencies: |
@@ -238,7 +238,7 @@ jobs:
238
if: always() && github.ref == 'refs/heads/master'
239
steps:
240
- name: Notify Teams
241
- uses: ecmwf-actions/notify-teams@v1
+ uses: ecmwf/notify-teams@v1
242
243
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
244
needs_context: ${{ toJSON(needs) }}
0 commit comments