mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
release-test.yml: Fix strasbourg spelling
Small typo fix... stasbourg -> strasbourg
This commit is contained in:
parent
ad9e4e7077
commit
51ee3b64dc
4
.github/workflows/release-test.yml
vendored
4
.github/workflows/release-test.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user