Skip to content

Commit

Permalink
release-test.yml: Fix strasbourg spelling
Browse files Browse the repository at this point in the history
Small typo fix... stasbourg -> strasbourg
  • Loading branch information
MrKevinWeiss committed Oct 23, 2023
1 parent ad9e4e7 commit 51ee3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51ee3b6

Please sign in to comment.