Skip to content

Commit

Permalink
Add join in env
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Jan 4, 2024
1 parent 1c1196d commit 0d8b183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
# Deps6: ${{ join(fromJson(steps.osgeo4w-pkgs.outputs.result.pkg)) }}
# Deps7: ${{ fromJson(steps.osgeo4w-pkgs.outputs.result.pkg) }}
# Deps8: ${{ fromJson(steps.osgeo4w-pkgs.outputs.result) }}
Deps9: ${{ join( steps.osgeo4w-pkgs.outputs.result, '_') }}

# - run: echo "${{ fromJson( format('{"pkgs":[{0}]}', env.Deps2).pkgs ) }}"
# env:
Expand Down

0 comments on commit 0d8b183

Please sign in to comment.