From 47aa25effb169733a4f70fb955a42aeaacdba23e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:53:09 +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-matrix-outputs/README.md | 2 +- actions/slugify/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/generate-dependabot-config.md b/.github/workflows/generate-dependabot-config.md index 6d400219..d5724549 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/generate-dependabot-config.yml@0.7.2 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 a02cb041..e65202a1 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.7.2 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 2c7e2327..fb8bebfc 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.7.2 secrets: # Token for marking the status of linter run in the Checks section. # See https://github.com/super-linter/super-linter#how-to-use diff --git a/.github/workflows/release-actions.md b/.github/workflows/release-actions.md index 0d3fa2b7..74a3ce5f 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/release-actions.yml@0.7.2 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 818c2380..924f276b 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.7.2 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 89d011cf..45b985de 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.7.1 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.7.2 # Optional customizations. with: diff --git a/actions/checkout/README.md b/actions/checkout/README.md index 4cf3684b..57e11391 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/checkout@v0.7.2 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 19d983e3..958c2b00 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@v0.7.2 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 a4a2314b..943ed44e 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/create-or-update-comment@v0.7.2 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 805e9d5d..2a22c67f 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/get-github-actions-bot-user@v0.7.2 with: ``` diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md index 563eccee..980d7885 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@v0.7.2 with: # The name of the artifact to download. artifact-name: "" diff --git a/actions/slugify/README.md b/actions/slugify/README.md index cefaee3e..c4c2a776 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.7.1 +- uses: hoverkraft-tech/ci-github-common/actions/slugify@v0.7.2 with: # The value to slugify value: ""