Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent 1ba9d3d commit 6b8bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CHANGED_SERVICES+=("$file")
fi
done
joined=$(printf ",\"%s\"" "${arr[@]}")
joined=$(printf ",\"%s\"" "${CHANGED_SERVICES[@]}")
echo "[${joined}]"
echo 'changed_services=["cat", "dog"]' >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 6b8bd2b

Please sign in to comment.