From f689c2a4b4b5fe913b570eb043a1e2e0ca34a3e0 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Thu, 16 Jan 2025 13:44:26 -0800 Subject: [PATCH] more tries on indexing by path --- .github/workflows/ci-dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 5627ae5cfd..120224f10c 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -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 }}