Skip to content

Commit

Permalink
fix: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Aug 9, 2023
1 parent c74c389 commit 1f2bc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ jobs:
build-args: |
COREOS_VERSION=${{ matrix.coreos_version }}
PR_PREFIX=${{ matrix.pr_prefix }}
ZFS_TAG=${{ 'true' == matrix.add_zfs && "-zfs" || "" }}
ZFS_TAG=${{ 'true' == matrix.add_zfs && '-zfs' || '' }}
labels: ${{ steps.meta.outputs.labels }}
oci: false

Expand Down

0 comments on commit 1f2bc72

Please sign in to comment.