Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikalstill committed May 1, 2024
1 parent 94a21db commit 25c81dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
- name: Log matrix details
run: |
echo "job_name: ${{ matrix.os.job_name }}""
echo "job_name: ${{ matrix.os.job_name }}"
echo "base_image: ${{ matrix.os.base_image }}"
echo "base_image_user: ${{ matrix.os.base_image_user }}"
echo "topology: ${{ matrix.os.topology }}"
Expand Down

0 comments on commit 25c81dc

Please sign in to comment.