Skip to content

Commit

Permalink
Fix url condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jul 12, 2024
1 parent bb89205 commit 0d407f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "directory=${directory}" >> "${GITHUB_OUTPUT}"
# TODO: Add repo info to https://github.com/3846masa/stylelint-browser-compat
if [[ -z "${url}" ]]; then
if [[ "${url}" == 'null' ]]; then
echo "url=https://github.com/3846masa/stylelint-browser-compat" >> "${GITHUB_OUTPUT}"
echo "fullname=3846masa/stylelint-browser-compat" >> "${GITHUB_OUTPUT}"
fi
Expand Down

0 comments on commit 0d407f2

Please sign in to comment.