Skip to content

Commit

Permalink
Test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 9, 2024
1 parent 8a140be commit cd67a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- id: setup-matrix
uses: druzsan/setup-matrix@feature/use-python-dockerfile
with:
matrix: |
matrix: | # Use | to preserve valid YAML syntax
fruit: [apple, pear]
animal: [quick red fox, lazy dog]
include:
Expand All @@ -29,7 +29,7 @@ jobs:
animal: cat
exclude:
- fruit: apple
animal: lazy dog
animal: lazy dog # Any comment
# Setup python and print version
echo:
needs: setup-matrix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For more examples, see [advanced usage](#advanced-usage)
## Inputs
Action has only one input `matrix`, whose syntax is exactly the same as the built-in matrix provided as string (limitation of custom GitHub actions).
Action has only one required input `matrix`, whose syntax is exactly the same as the built-in matrix provided as string (limitation of custom GitHub actions).

```yaml
with:
Expand Down

0 comments on commit cd67a35

Please sign in to comment.