Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanm committed Mar 14, 2024
1 parent ea213e3 commit 74966fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,16 @@ jobs:
id: out
with:
matrix-step-name: php-version-and-artifact
matrix-key: ${{ matrix.php-version }}
outputs: |-
version: ${{ matrix.php-version }}
artifact: ${{ env.COVERAGE_ARTIFACT_NAME }}
debug-output:
name: DEBUG
runs-on: ubuntu-latest
needs: [ tests ]
outputs:
matrix: ${{ steps.fetch-data.outputs.result }}
steps:
- uses: cloudposse/github-action-matrix-outputs-read@v1
id: fetch-data
Expand Down

0 comments on commit 74966fc

Please sign in to comment.