Skip to content

Commit

Permalink
docs: update actions and workflows documentation
Browse files Browse the repository at this point in the history
[skip ci]

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and neilime committed Oct 24, 2023
1 parent 49fff12 commit abd7d20
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/__test-action-matrix-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
artifact-name: "test-matrix-outputs-${{ matrix.os }}"

- id: set-matrix-output-2
uses: ./actions/set-matrix-output
with:
value: ""
artifact-name: "test-matrix-outputs-${{ matrix.os }}"

- id: set-matrix-output-3
uses: ./actions/set-matrix-output
with:
value: |
Expand All @@ -44,6 +50,11 @@ jobs:
exit 1
fi
if [ "${{ steps.set-matrix-output-3.outputs.artifact-name }}" != "$EXPECTED_ARTIFACT_NAME" ]; then
echo "Set matrix output 3 result is not valid"
exit 1
fi
- id: get-matrix-outputs
uses: ./actions/get-matrix-outputs
with:
Expand Down

0 comments on commit abd7d20

Please sign in to comment.