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 hoverkraft-bot[bot] committed Sep 20, 2024
1 parent dea80e9 commit e4ca885
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion actions/checkout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:
<!-- start usage -->
```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: Number of commits to fetch. 0 indicates all history for all
# branches and tags. See
Expand Down
2 changes: 1 addition & 1 deletion actions/create-and-merge-pull-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: GitHub token for creating and merging pull request (permissions
# contents: write and pull-requests: write). See
Expand Down
2 changes: 1 addition & 1 deletion actions/create-or-update-comment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:
<!-- start usage -->
```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: The comment title. Must be static and unique, will be used to
# retrieve the comment if exists already.
Expand Down
2 changes: 1 addition & 1 deletion actions/get-github-actions-bot-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
```
Expand Down
2 changes: 1 addition & 1 deletion actions/get-issue-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Action to get Pull request or issue number
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
```
Expand Down
2 changes: 1 addition & 1 deletion actions/get-matrix-outputs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: The name of the artifact to download.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/repository-owner-is-organization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Action to check if the repository owner is an organization.
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: GitHub token for fetching users API.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/set-matrix-output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: The matrix output to set.
#
Expand Down
2 changes: 1 addition & 1 deletion actions/slugify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Action to slugify a given string value
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.14.0
- uses: hoverkraft-tech/ci-github-common@0.15.0
with:
# Description: The value to slugify
#
Expand Down

0 comments on commit e4ca885

Please sign in to comment.