Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 30, 2023
1 parent 641758a commit 38a6148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
board: [uefi-x86,uefi-arm64]
os: ["jammy"]
extension: [",image-output-qcow2",""]
extension: [", image-output-qcow2",""]

name: "${{ matrix.os }} for ${{ matrix.board }}${{ matrix.extension }}"
name: "${{ matrix.os }}, ${{ matrix.board }}${{ matrix.extension }}"
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 38a6148

Please sign in to comment.