From abfb34fbda59a9d14b57981f8bd09f92d40ed0a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 08:54:53 +0000 Subject: [PATCH] docs: update actions and workflows documentation [skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/generate-dependabot-config.md | 2 +- .github/workflows/greetings.md | 2 +- .github/workflows/linter.md | 2 +- .github/workflows/release-actions.md | 2 +- .github/workflows/semantic-pull-request.md | 2 +- .github/workflows/stale.md | 2 +- actions/checkout/README.md | 2 +- actions/create-and-merge-pull-request/README.md | 2 +- actions/create-or-update-comment/README.md | 2 +- actions/get-github-actions-bot-user/README.md | 2 +- actions/get-issue-number/README.md | 2 +- actions/get-matrix-outputs/README.md | 2 +- actions/set-matrix-output/README.md | 2 +- actions/slugify/README.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/generate-dependabot-config.md b/.github/workflows/generate-dependabot-config.md index 0dfde718..9e924ef6 100644 --- a/.github/workflows/generate-dependabot-config.md +++ b/.github/workflows/generate-dependabot-config.md @@ -22,7 +22,7 @@ on: - main jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.6.1 with: # GitHub App ID to generate GitHub token in place of github-token. # See https://github.com/tibdex/github-app-token diff --git a/.github/workflows/greetings.md b/.github/workflows/greetings.md index 35311ac8..11185b37 100644 --- a/.github/workflows/greetings.md +++ b/.github/workflows/greetings.md @@ -25,7 +25,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.6.1 secrets: # Token for the repository. # See https://github.com/actions/first-interaction#usage diff --git a/.github/workflows/linter.md b/.github/workflows/linter.md index 3c534c43..6061c129 100644 --- a/.github/workflows/linter.md +++ b/.github/workflows/linter.md @@ -26,7 +26,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.6.1 secrets: # Token for marking the status of linter run in the Checks section. # See https://github.com/github/super-linter#how-to-use diff --git a/.github/workflows/release-actions.md b/.github/workflows/release-actions.md index 4124190b..355d6fc0 100644 --- a/.github/workflows/release-actions.md +++ b/.github/workflows/release-actions.md @@ -25,7 +25,7 @@ on: jobs: release: - uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.6.1 with: # Update all actions and workflows, regardless of changes. update-all: false diff --git a/.github/workflows/semantic-pull-request.md b/.github/workflows/semantic-pull-request.md index 2127ee1e..2957c3fe 100644 --- a/.github/workflows/semantic-pull-request.md +++ b/.github/workflows/semantic-pull-request.md @@ -26,7 +26,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.6.1 secrets: # Token for the repository. # See https://github.com/amannn/action-semantic-pull-request#installation diff --git a/.github/workflows/stale.md b/.github/workflows/stale.md index 936fcf24..02cb9f4e 100644 --- a/.github/workflows/stale.md +++ b/.github/workflows/stale.md @@ -22,7 +22,7 @@ on: jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.6.0 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.6.1 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 2d8827a7..c5488dcc 100644 --- a/actions/checkout/README.md +++ b/actions/checkout/README.md @@ -23,7 +23,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/checkout@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/checkout@v0.6.1 with: # Number of commits to fetch. 0 indicates all history for all branches and tags. # See [https://github.com/actions/checkout#usage](https://github.com/actions/checkout#usage) diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md index 01b59c70..7719c1d3 100644 --- a/actions/create-and-merge-pull-request/README.md +++ b/actions/create-and-merge-pull-request/README.md @@ -17,7 +17,7 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@v0.6.1 with: # GitHub token for creating and merging pull request (permissions contents: write # and pull-requests: write). See [https://github.com/peter-evans/create-pull-request#action-inputs](https://github.com/peter-evans/create-pull-request#action-inputs) diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md index 7230c30f..f91793aa 100644 --- a/actions/create-or-update-comment/README.md +++ b/actions/create-or-update-comment/README.md @@ -22,7 +22,7 @@ permissions: ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@v0.6.1 with: # The comment title. Must be static and unique, will be used to retrieve the # comment if exists already. diff --git a/actions/get-github-actions-bot-user/README.md b/actions/get-github-actions-bot-user/README.md index bc28a93e..efec37c3 100644 --- a/actions/get-github-actions-bot-user/README.md +++ b/actions/get-github-actions-bot-user/README.md @@ -13,7 +13,7 @@ Action to get the GitHub Actions bot user informations. Usefull to commit, comme ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@v0.6.1 with: ``` diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md index df592619..8a3d902f 100644 --- a/actions/get-issue-number/README.md +++ b/actions/get-issue-number/README.md @@ -13,7 +13,7 @@ Action to get Pull request or issue number ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/get-issue-number@v0.6.1 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index a1214988..3b8522f2 100644 --- a/actions/get-matrix-outputs/README.md +++ b/actions/get-matrix-outputs/README.md @@ -13,7 +13,7 @@ Download matrix ouputs from artifacts, because GitHub action does not handle job ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.6.1 with: # The name of the artifact to download. artifact-name: "" diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md index 002abc6f..2a5ca68b 100644 --- a/actions/set-matrix-output/README.md +++ b/actions/set-matrix-output/README.md @@ -13,7 +13,7 @@ Set matrix ouput in file to be uploaded as artifacts, because GitHub action does ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@v0.6.1 with: # The matrix output to set. value: "" diff --git a/actions/slugify/README.md b/actions/slugify/README.md index bec40249..1548d6c5 100644 --- a/actions/slugify/README.md +++ b/actions/slugify/README.md @@ -13,7 +13,7 @@ Action to slugify a given string value ```yaml -- uses: hoverkraft-tech/ci-github-common/actions/slugify@v0.6.0 +- uses: hoverkraft-tech/ci-github-common/actions/slugify@v0.6.1 with: # The value to slugify value: ""