Skip to content

Commit

Permalink
another fix to properly set outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Sep 19, 2024
1 parent 538dfe4 commit b756899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metadata-extract-extractors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
get_variants_list:
runs-on: ubuntu-latest
outputs:
sdk_ex_p1_matrix: ${{ steps.setmatrix_sdk_ex_p1.outputs.sdk_ex_matrix }}
sdk_ex_p2_matrix: ${{ steps.setmatrix_sdk_ex_p2.outputs.sdk_ex_matrix }}
sdk_ex_p1_matrix: ${{ steps.setmatrix_sdk_ex_p1.outputs.sdk_ex_p1_matrix }}
sdk_ex_p2_matrix: ${{ steps.setmatrix_sdk_ex_p2.outputs.sdk_ex_p2_matrix }}

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b756899

Please sign in to comment.