Skip to content

Commit

Permalink
more tries on indexing by path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 16, 2025
1 parent 534be5c commit f689c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
echo path: ${{ matrix.path }}
echo setups: ${{ toJson(needs.affected.outputs.nodejs-setups) }}
echo setups[path]: ${{ needs.affected.outputs.nodejs-setups[matrix.path] }}
echo setups[path]: ${{ fromJson(needs.affected.outputs.nodejs-setups)[matrix.path] }}
echo setups[path]: ${{ toJson(fromJson(needs.affected.outputs.nodejs-setups)[matrix.path]) }}
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit f689c2a

Please sign in to comment.