Skip to content

Commit

Permalink
chore: try to fix permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Oct 7, 2024
1 parent bfd92bd commit c511ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-docs-pr-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- id: set-matrix
run: |
matrix=$(cdktf-registry-docs ci-matrix --max-runners=${{ inputs.maxRunners }} --files='${{ inputs.files }}' .)
matrix=$(npx cdktf-registry-docs ci-matrix --max-runners=${{ inputs.maxRunners }} --files='${{ inputs.files }}' .)
// transforms '["a.md,b.md", "c.md,d.md"]' to '[{index: "0", value: "a.md,b.md"}, {index: "1", value: "c.md,d.md"}]'
matrixWithIndex=$(echo $matrix | jq -r 'to_entries | map({index: "\(.key)", value: .value})')
echo "matrix=$matrixWithIndex" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit c511ea9

Please sign in to comment.