Skip to content

Commit

Permalink
Merge branch 'main' into action-outputs-and-job-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome authored Aug 25, 2024
2 parents f12b987 + f38f5c9 commit 6e21f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Each pattern value may include [wildcards](https://fishshell.com/docs/current/la
patterns: init.fish functions/**.fish {conf.d,completions}/**.fish tests/???-*.fish
```

> [!IMPORTANT]
> The `?` wildcard character is [deprecated](https://fishshell.com/docs/current/language.html#wildcards-globbing) and can be disabled via the `fish` feature flag `qmark-noglob`. Support for the `?` wildcard may therefore be dependent upon the version of `fish` shell in use and/or the configuration of its feature flags.

## Inputs

Configure the action using the following inputs:
Expand All @@ -68,7 +71,6 @@ This action generates a [job summary](https://github.blog/news-insights/product-

<img alt="job-summary" src="images/job-summary.png" width="909">


## Action versions

Use one of the following patterns when specifying the version reference for this action in your workflow (i.e. the `{ref}` value in `uses: fish-shop/syntax-check@{ref}`):
Expand Down

0 comments on commit 6e21f47

Please sign in to comment.