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 Apr 5, 2024
1 parent 8d24244 commit c5e6e2e
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-dependabot-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.13.1
with:
# GitHub App ID to generate GitHub token in place of github-token.
# See https://github.com/actions/create-github-app-token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:

jobs:
greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.1
secrets:
# Token for the repository.
# See https://github.com/actions/first-interaction#usage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.13.1
secrets:
# Token for marking the status of linter run in the Checks section.
# See https://github.com/super-linter/super-linter#how-to-use
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/need-fix-to-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.13.1
with:
manual-commit-ref: ${{ inputs.manual-commit-ref }}
manual-base-ref: ${{ inputs.manual-base-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

jobs:
release:
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.13.1
with:
# Update all actions and workflows, regardless of changes.
update-all: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.13.1
secrets:
# Token for the repository.
# Default GITHUB_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

jobs:
main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.0
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.13.1

# Optional customizations.
with:
Expand Down
2 changes: 1 addition & 1 deletion actions/checkout/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.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -32,7 +32,7 @@ permissions:
<!-- start usage -->
```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -23,7 +23,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -23,7 +23,7 @@ Action to get Pull request or issue number
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -23,7 +23,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -23,7 +23,7 @@ Action to check if the repository owner is an organization.
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -28,7 +28,7 @@ This strategy effectively prevents any clashes or overwrites, maintaining the in
<!-- start usage -->

```yaml
- uses: hoverkraft-tech/ci-github-common@0.13.0
- uses: hoverkraft-tech/ci-github-common@0.13.1
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 @@ -23,7 +23,7 @@ Action to slugify a given string value
<!-- start usage -->

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

0 comments on commit c5e6e2e

Please sign in to comment.