diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f194987..ba6452c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: downstream-ci: name: downstream-ci if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main with: multiurl: ecmwf/multiurl@${{ github.event.pull_request.head.sha || github.sha }} codecov_upload: true @@ -35,7 +35,7 @@ jobs: downstream-ci-hpc: name: downstream-ci-hpc if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }} - uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main + uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main with: multiurl: ecmwf/multiurl@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit