Skip to content

Commit

Permalink
Test reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Nov 29, 2023
1 parent 4e5aa00 commit 259718d
Show file tree
Hide file tree
Showing 12 changed files with 150 additions and 100 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
repos:

- repo: local
hooks:
- id: auto-doc
Expand Down
38 changes: 0 additions & 38 deletions docs/references/actions/action-lint/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,44 +11,6 @@

<!-- AUTO-DOC-INPUT:END -->

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ------------------- | ------ | -------- | ----------- | ------------------------------------------ |
| action-lint-version | string | false | `"v1.6.22"` | The action lint repository version to use. |
| ref | string | false | | The ref name to checkout the repository. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ------------------- | ------ | -------- | ----------- | ------------------------------------------ |
| action-lint-version | string | false | `"v1.6.22"` | The action lint repository version to use. |
| ref | string | false | | The ref name to checkout the repository. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
Expand Down
24 changes: 24 additions & 0 deletions docs/references/actions/bump-version/Variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Refenrences bump-version composite action

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------- | ------ | -------- | ------- | ----------------------------------------------------- |
| new-version | string | false | | |
| release-type | string | true | | The type of the release (major, minor or patch). |
| working-directory | string | false | `"."` | The directory containing the `.bumpversion.cfg` file. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
| --------------- | ------ | ------------------------------------------------ |
| old-version | string | The old version in your `.bumpversion.cfg` file. |
| release-version | string | The bumped version of your project. |

<!-- AUTO-DOC-OUTPUT:END -->
29 changes: 29 additions & 0 deletions docs/references/actions/changelog-generate/Variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Refenrences changelog-generate composite action

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ------------------------- | ------ | -------- | ---------------- | -------------------------------------------------------------- |
| changelog-file | string | false | `"CHANGELOG.md"` | Path to the changelog file in the GitHub repository |
| commit-mode | string | false | `"false"` | Special configuration for projects which work without PRs. |
| config | string | false | | Path to the changelog config JSON file |
| fetch-release-information | string | false | `"false"` | Will enable fetching additional release information from tags. |
| fetch-reviewers | string | false | `"false"` | Will enable fetching the users/reviewers who approved the PR |
| github-token | string | true | | The GitHub token for committing the changes. |
| new-tag | string | true | | Version after bump |
| old-tag | string | false | | Previous version. Let empty for releases |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
| ---------------- | ------ | ----------------------------------------------------- |
| merged-changelog | string | Changelog containing listing of all single changelogs |
| single-changelog | string | Changelog containing changes of the latest tag |

<!-- AUTO-DOC-OUTPUT:END -->
10 changes: 0 additions & 10 deletions docs/references/actions/checkout/Variables.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Refenrences checkout composite action

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION |
| ------------- | ------ | ---------------------------------------------------------------- |
| lfs-cache-hit | string | A boolean value to indicate an exact match was found for the key |

<!-- AUTO-DOC-OUTPUT:END -->

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
Expand Down
25 changes: 25 additions & 0 deletions docs/references/actions/commit-and-push/Variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Refenrences commit-and-push composite action

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------- | ------ | -------- | ------------------------------------------------- | --------------------------------------------------- |
| add-untracked | string | false | `"false"` | Whether to add untracked files to commit. |
| commit-message | string | true | | The commit message. |
| github-email | string | true | | The GitHub email for committing the changes. |
| github-token | string | true | | The GitHub token for committing the changes. |
| github-username | string | true | | The GitHub username for committing the changes. |
| pass-empty-commit | string | false | `"false"` | Whether to exit with code 0 when nothing to commit. |
| ref | string | false | `"${{ github.event.repository.default_branch }}"` | The ref name to commit and push the files on. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->
44 changes: 0 additions & 44 deletions docs/references/actions/docker-push/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,50 +14,6 @@

<!-- AUTO-DOC-INPUT:END -->

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------- | ------ | -------- | ------------------------------------------------------ | -------------------------------------------- |
| docker-registry | string | false | | Host where the image should be pushed to. |
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. |
| image-namespace | string | false | | Namespace of Docker image. |
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. |
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------- | ------ | -------- | ------------------------------------------------------ | -------------------------------------------- |
| docker-registry | string | false | | Host where the image should be pushed to. |
| image-name | string | false | `"${{ github.event.repository.name }}"` | Name of Docker image. |
| image-namespace | string | false | | Namespace of Docker image. |
| image-tag | string | false | `"pipeline-${{ github.run_id }}-git-${GITHUB_SHA::8}"` | Tag of Docker image. |
| working-directory | string | false | `"."` | Working directory for your Docker artifacts. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->
Expand Down
21 changes: 21 additions & 0 deletions docs/references/actions/helm-lint/Variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Refenrences helm-lint composite action

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ---------------- | ------ | -------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| helm-version | string | false | `"v3.10.1"` | The Helm version. |
| lint-config-path | string | false | `".github/lint-config.yaml"` | The path to the lint configuration file (For an example see https://github.com/helm/chart-testing/blob/main/pkg/config/test_config.yaml). |
| ref | string | false | `"${{ github.ref_name }}"` | The ref name to checkout the repository. |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@
No outputs.

<!-- AUTO-DOC-OUTPUT:END -->

## Inputs

## Outputs
27 changes: 27 additions & 0 deletions docs/references/actions/java-gradle-publish-plugin/Variables.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# Refenrences java-gradle-publish-plugin composite action

## Inputs

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------------- | ------ | -------- | ------------- | --------------------------------------------------------------- |
| gradle-cache | string | false | `"true"` | Whether Gradle caching is enabled or not. (Default is true) |
| gradle-publish-key | string | true | | Key for publishing to Gradle Plugin Portal. |
| gradle-publish-secret | string | true | | Secret for publishing to Gradle Plugin Portal. |
| gradle-version | string | false | `"wrapper"` | Gradle version to be installed. (Default is wrapper) |
| java-distribution | string | false | `"microsoft"` | Java distribution to be installed. (Default is microsoft) |
| java-version | string | false | `"11"` | Java version to be installed. (Default is 11) |
| signing-key-id | string | true | | Key id for signing the Sonatype publication. |
| signing-password | string | true | | Password for signing the Sonatype publication. |
| signing-secret-key-ring | string | true | | Key ring (base64 encoded) for signing the Sonatype publication. |
| working-directory | string | false | `"."` | Working directory of your Gradle artifacts. (Default is .) |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

No outputs.

<!-- AUTO-DOC-OUTPUT:END -->
4 changes: 0 additions & 4 deletions docs/references/actions/java-gradle-release/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@
| release-version | string | The bumped version of your release. |

<!-- AUTO-DOC-OUTPUT:END -->

## Inputs

## Outputs
23 changes: 23 additions & 0 deletions docs/references/wokflows/bump-version-release/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,26 @@
| working-directory | string | false | `"."` | Working directory containing `.bumpversion.cfg`. (Default is .) |

<!-- AUTO-DOC-INPUT:END -->

## Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | VALUE | DESCRIPTION |
| --------------- | ----------------------------------------------- | ------------------------------------------------ |
| old-version | `"${{ jobs.release.outputs.old-version }}"` | The old version in your `.bumpversion.cfg` file. |
| release-version | `"${{ jobs.release.outputs.release-version }}"` | The bumped version. |

<!-- AUTO-DOC-OUTPUT:END -->

## Secrets

<!-- AUTO-DOC-SECRETS:START - Do not remove or modify this section -->

| SECRET | REQUIRED | DESCRIPTION |
| --------------- | -------- | ----------------------------------------------- |
| github-email | true | The GitHub email for committing the changes. |
| github-token | true | The GitHub token for committing the changes. |
| github-username | true | The GitHub username for committing the changes. |

<!-- AUTO-DOC-SECRETS:END -->

0 comments on commit 259718d

Please sign in to comment.