Skip to content

Commit

Permalink
Filter "" items
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent 2c40787 commit 27039a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions/github-script@v7
id: osgeo4w-pkgs
with:
script: return process.env.Deps1.split(" ").join(",").split(",");
script: return process.env.Deps1.split(" ").join(",").split(",").filter((x)=>x!="");
# script: return process.env.Deps1.split(",").join(" ").split(" ");
env:
Deps1: >-
Expand Down

0 comments on commit 27039a3

Please sign in to comment.