Skip to content

Commit

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

- run: echo '${{ env.val1 }}'
env:
val1: ${{ join(github.event.pull_request.labels.*.name,',') }}
val2: ${{ join(github.event.pull_request.labels.*.name) }}
val3: ${{ join(github.event.pull_request.labels.*.name, '_') }}

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

0 comments on commit 9ec2217

Please sign in to comment.