From 51ee3b64dcde618eaa415a55aa331ec6024a6be7 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Mon, 23 Oct 2023 11:54:08 +0200 Subject: [PATCH] release-test.yml: Fix strasbourg spelling Small typo fix... stasbourg -> strasbourg --- .github/workflows/release-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: