Skip to content

Commit 83f5018

Browse files
author
Dario
committed
fix: fix result from yq step
1 parent db19b62 commit 83f5018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plconfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
runs-on: ubuntu-latest
125125
needs: [detect_declarations]
126126
outputs:
127-
matrix: ${{ steps.envs.outputs.matrix }}
127+
matrix: ${{ steps.envs.outputs.result }}
128128
steps:
129129
- name: Checkout current git repository
130130
uses: actions/checkout@v3

0 commit comments

Comments
 (0)