[workflow] fixed the typo in the example check workflow (#2589)

pull/2591/head
Frank Lee 2023-02-06 15:03:54 +08:00 committed by GitHub
parent 5767f8e394
commit 2059408edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
- name: Traverse all files - name: Traverse all files
run: | run: |
example_dir=${{ matrix.diretory }} example_dir=${{ matrix.directory }}
echo "Testing ${example_dir} now" echo "Testing ${example_dir} now"
cd "${PWD}/examples/${example_dir}" cd "${PWD}/examples/${example_dir}"
bash test_ci.sh bash test_ci.sh
@ -66,4 +66,4 @@ jobs:
REPO: ${{ github.repository }} REPO: ${{ github.repository }}
RUN_ID: ${{ github.run_id }} RUN_ID: ${{ github.run_id }}
WEBHOOK_URL: ${{ secrets.LARK_NOTIFICATION_WEBHOOK_URL }} WEBHOOK_URL: ${{ secrets.LARK_NOTIFICATION_WEBHOOK_URL }}
EXAMPLE_DIR: ${{ matrix.diretory }} EXAMPLE_DIR: ${{ matrix.directory }}