diff --git a/.github/workflows/release-actions.yml b/.github/workflows/release-actions.yml
index dc3d6d2..9aafe17 100644
--- a/.github/workflows/release-actions.yml
+++ b/.github/workflows/release-actions.yml
@@ -235,6 +235,7 @@ jobs:
merge-multiple: true
path: /
+ # jscpd:ignore-start
- uses: actions/create-github-app-token@v1
if: inputs.github-app-id
id: generate-token
@@ -252,3 +253,4 @@ jobs:
docs: update actions and workflows documentation
[skip ci]
+ # jscpd:ignore-end
diff --git a/actions/checkout/README.md b/actions/checkout/README.md
index 9a941f2..30515fa 100644
--- a/actions/checkout/README.md
+++ b/actions/checkout/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Checkout
+# GitHub Action: Checkout
+
-
+
+
+
+
+
+
Action to checkout the repository compatible for PRs, issues and push events. Workaround for [https://github.com/actions/checkout/issues/331](https://github.com/actions/checkout/issues/331)
diff --git a/actions/create-and-merge-pull-request/README.md b/actions/create-and-merge-pull-request/README.md
index c5141fe..5e92677 100644
--- a/actions/create-and-merge-pull-request/README.md
+++ b/actions/create-and-merge-pull-request/README.md
@@ -1,18 +1,19 @@
+
-# GitHub Action: Create and merge Pull Request
+# GitHub Action: Create and merge Pull Request
-
-
-
-
-
-
+
+
+
+
+
+
Action to create and merge Pull Request. Opinionated, set GitHub Actions bot as author, then rebase and merge.
@@ -62,13 +63,13 @@ Allow GitHub Actions to create and approve pull requests](https://docs.github.co
-| **Input** | **Description** | **Default** | **Required** |
-| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
-| github-token
| 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. | ${{ github.token }}
| **false** |
-| branch
| The pull request branch name | | **true** |
-| title
| The pull request title | | **true** |
-| body
| The pull request body | | **true** |
-| commit-message
| The commit message for the pull request | | **true** |
+| **Input** | **Description** | **Default** | **Required** |
+| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
+| github-token
| GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). See . | ${{ github.token }}
| **false** |
+| branch
| The pull request branch name | | **true** |
+| title
| The pull request title | | **true** |
+| body
| The pull request body | | **true** |
+| commit-message
| The commit message for the pull request | | **true** |
diff --git a/actions/create-or-update-comment/README.md b/actions/create-or-update-comment/README.md
index 242fcad..5d1aa25 100644
--- a/actions/create-or-update-comment/README.md
+++ b/actions/create-or-update-comment/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Create or update comment
+# GitHub Action: Create or update comment
+
-
+
+
+
+
+
+
Action to create or update comment in pull request or issue
diff --git a/actions/get-github-actions-bot-user/README.md b/actions/get-github-actions-bot-user/README.md
index 8692bd6..7e32539 100644
--- a/actions/get-github-actions-bot-user/README.md
+++ b/actions/get-github-actions-bot-user/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Get GitHub Actions bot user
+# GitHub Action: Get GitHub Actions bot user
+
-
+
+
+
+
+
+
Action to get the GitHub Actions bot user informations. Usefull to commit, comment, etc.
diff --git a/actions/get-issue-number/README.md b/actions/get-issue-number/README.md
index 2bcc400..291152d 100644
--- a/actions/get-issue-number/README.md
+++ b/actions/get-issue-number/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Get issue number
+# GitHub Action: Get issue number
+
-
+
+
+
+
+
+
Action to get Pull request or issue number
diff --git a/actions/get-matrix-outputs/README.md b/actions/get-matrix-outputs/README.md
index 57f1e3f..501230e 100644
--- a/actions/get-matrix-outputs/README.md
+++ b/actions/get-matrix-outputs/README.md
@@ -1,18 +1,22 @@
-
-
-
-
-
-# GitHub Action: Get matrix ouput
+# GitHub Action: Get matrix ouput
+
-
+
+
+
+
+
Download matrix ouputs from artifacts, because GitHub action does not handle job outputs for matrix
diff --git a/actions/repository-owner-is-organization/README.md b/actions/repository-owner-is-organization/README.md
index 67113ce..98de7c2 100644
--- a/actions/repository-owner-is-organization/README.md
+++ b/actions/repository-owner-is-organization/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Repository owner is organization
+# GitHub Action: Repository owner is organization
+
-
+
+
+
+
+
+
Action to check if the repository owner is an organization.
diff --git a/actions/set-matrix-output/README.md b/actions/set-matrix-output/README.md
index 750359f..a40823a 100644
--- a/actions/set-matrix-output/README.md
+++ b/actions/set-matrix-output/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Set matrix ouput
+# GitHub Action: Set matrix ouput
+
-
+
+
+
+
+
+
Set matrix ouput in file to be uploaded as artifacts, because GitHub action does not handle job outputs for matrix
diff --git a/actions/slugify/README.md b/actions/slugify/README.md
index 52a8023..a211bc0 100644
--- a/actions/slugify/README.md
+++ b/actions/slugify/README.md
@@ -1,18 +1,23 @@
-
-
-
-
-
-# GitHub Action: Slugify
+# GitHub Action: Slugify
+
-
+
+
+
+
+
+
Action to slugify a given string value