diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index a2c386888891..17a6d16cbcea 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -85,12 +85,12 @@ jobs: IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:) ssh -oStrictHostKeyChecking=accept-new \ ${IOTLAB_USER}@lille.iot-lab.info exit - - name: Fetch host key from IoT-LAB stasbourg site + - name: Fetch host key from IoT-LAB strasbourg site if: ${{ matrix.pytest_mark == 'iotlab_creds' }} run: | IOTLAB_USER=$(cat ~/.iotlabrc | cut -f1 -d:) ssh -oStrictHostKeyChecking=accept-new \ - ${IOTLAB_USER}@stasbourg.iot-lab.info exit + ${IOTLAB_USER}@strasbourg.iot-lab.info exit - name: Checkout Release-Specs uses: actions/checkout@main with: