Skip to content

Commit c27b4e9

Browse files
committed
ci: fix linter feedback
1 parent 8763b1e commit c27b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
set -Eeuo pipefail
9595
96-
if ([ -z "${DEVCONTAINER_METADATA:-}" ] || [ ! -f "${DEVCONTAINER_METADATA}" ]); then
96+
if [ -z "${DEVCONTAINER_METADATA:-}" ] || [ ! -f "${DEVCONTAINER_METADATA}" ]; then
9797
echo "devcontainer-metadata input not set or file does not exist, skipping devcontainer.metadata label"
9898
echo "metadata=" >> "$GITHUB_OUTPUT"
9999
exit 0

0 commit comments

Comments
 (0)