Skip to content

Commit d5dff80

Browse files
docs(hoverkraft-tech/ci-github-publish): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 351bc02 commit d5dff80

File tree

34 files changed

+204
-204
lines changed

34 files changed

+204
-204
lines changed

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
source_repo: hoverkraft-tech/ci-github-publish
33
source_path: CONTRIBUTING.md
44
source_branch: main
5-
source_run_id: 24148178161
6-
last_synced: 2026-04-08T17:09:31.725Z
5+
source_run_id: 24227922022
6+
last_synced: 2026-04-10T05:29:10.713Z
77
---
88

99
# Contributing

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: Documentation for Ci Github Publish
88
Documentation for the Ci Github Publish project.
99

1010
**Source Repository:** [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish)
11-
**Last Synced:** 2026-04-08T17:09:31.725Z
11+
**Last Synced:** 2026-04-10T05:29:10.713Z

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/argocd/get-manifest-files/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/argocd/get-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -42,7 +42,7 @@ Determine all the manifest files needed to deploy the application using ArgoCD f
4242
## Usage
4343

4444
```yaml
45-
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
45+
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
4646
with:
4747
# Environment name (e.g. production, review-apps:pr-1234).
4848
# This is used to determine the application directory and extra manifest directory.
@@ -111,7 +111,7 @@ This project is licensed under the MIT License.
111111

112112
SPDX-License-Identifier: MIT
113113

114-
Copyright © 2025 hoverkraft
114+
Copyright © 2026 hoverkraft
115115

116116
For more details, see the [license](http://choosealicense.com/licenses/mit/).
117117

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Lighthouse
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-lighthouse/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -43,7 +43,7 @@ The action always sends `User-Agent: hoverkraft-tech-url-lighthouse-action` when
4343
## Usage
4444

4545
```yaml
46-
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
46+
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
4747
with:
4848
# The URL to audit using Lighthouse.
4949
# This input is required.

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-ping/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Url Ping
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/check/url-ping/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -42,7 +42,7 @@ Action to run ping check on given URL.
4242
## Usage
4343

4444
```yaml
45-
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-ping@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
45+
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-ping@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
4646
with:
4747
# The URL to check.
4848
# This input is required.
@@ -127,7 +127,7 @@ This project is licensed under the MIT License.
127127

128128
SPDX-License-Identifier: MIT
129129

130-
Copyright © 2025 hoverkraft
130+
Copyright © 2026 hoverkraft
131131

132132
For more details, see the [license](http://choosealicense.com/licenses/mit/).
133133

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/clean-deploy/repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -47,7 +47,7 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
4747
## Usage
4848

4949
```yaml
50-
- uses: hoverkraft-tech/ci-github-publish/actions/clean-deploy/repository-dispatch@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
50+
- uses: hoverkraft-tech/ci-github-publish/actions/clean-deploy/repository-dispatch@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
5151
with:
5252
# GitHub Token for dispatch an event to a remote repository.
5353
# Permissions:
@@ -76,14 +76,14 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
7676
7777
## Inputs
7878
79-
| **Input** | **Description** | **Required** | **Default** |
80-
| ------------------ | --------------------------------------------------------------- | ------------ | ----------------------- |
81-
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `$\{\{ github.token }}` |
82-
| | Permissions: | | |
83-
| | - contents: write | | |
84-
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
85-
| **`repository`** | Target repository where the deployment should be cleaned. | **true** | - |
86-
| **`environment`** | Environment where to clean the deployment. | **true** | - |
79+
| **Input** | **Description** | **Required** | **Default** |
80+
| ------------------ | --------------------------------------------------------------- | ------------ | --------------------- |
81+
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `${{ github.token }}` |
82+
| | Permissions: | | |
83+
| | - contents: write | | |
84+
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
85+
| **`repository`** | Target repository where the deployment should be cleaned. | **true** | - |
86+
| **`environment`** | Environment where to clean the deployment. | **true** | - |
8787

8888
<!-- inputs:end -->
8989

@@ -115,7 +115,7 @@ This project is licensed under the MIT License.
115115

116116
SPDX-License-Identifier: MIT
117117

118-
Copyright © 2025 hoverkraft
118+
Copyright © 2026 hoverkraft
119119

120120
For more details, see the [license](http://choosealicense.com/licenses/mit/).
121121

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/argocd-manifest-files/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Argocd Manifest Files
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/argocd-manifest-files/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -159,7 +159,7 @@ metadata:
159159
## Usage
160160

161161
````yaml
162-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
162+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
163163
with:
164164
# Deployment ID to be used in the ArgoCD application manifest
165165
# This input is required.

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/get-environment/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Get Environment
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/get-environment/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -50,7 +50,7 @@ Action to get the environment to deploy regarding the workflow context.
5050
## Usage
5151

5252
```yaml
53-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/get-environment@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
53+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/get-environment@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
5454
with:
5555
# Environment where to deploy.
5656
environment: ""

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Github Pages
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/github-pages/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -56,7 +56,7 @@ permissions:
5656
## Usage
5757
5858
```yaml
59-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
59+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
6060
with:
6161
# The path to the assets to deploy.
6262
# Can be absolute or relative $GITHUB_WORKSPACE.

application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Helm Repository Dispatch
33
source_repo: hoverkraft-tech/ci-github-publish
44
source_path: actions/deploy/helm-repository-dispatch/README.md
55
source_branch: main
6-
source_run_id: 24148178161
7-
last_synced: 2026-04-08T17:09:31.725Z
6+
source_run_id: 24227922022
7+
last_synced: 2026-04-10T05:29:10.713Z
88
---
99

1010
<!-- header:start -->
@@ -51,7 +51,7 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
5151
## Usage
5252

5353
````yaml
54-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/helm-repository-dispatch@642cdb54493d05debdc1394f4bfd7365f82e7bf1 # 0.18.2
54+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/helm-repository-dispatch@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
5555
with:
5656
# Deployment ID to be used in the ArgoCD application manifest
5757
# This input is required.
@@ -101,20 +101,20 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
101101

102102
## Inputs
103103

104-
| **Input** | **Description** | **Required** | **Default** |
105-
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
106-
| **`deployment-id`** | Deployment ID to be used in the ArgoCD application manifest | **true** | - |
107-
| **`chart`** | Chart to deploy. Example: `ghcr.io/my-org/my-repo/charts/application/my-repo:0.1.0-rc.0`. | **true** | - |
108-
| **`chart-values`** | Chart values to be sent to deployment. JSON array. Example: | **false** | - |
109-
| | <!-- textlint-disable --><pre lang="json">[&#13; { "path": ".application.test", "value": "ok" }&#13;]</pre><!-- textlint-enable --> | | |
110-
| **`repository`** | Target repository where to deploy given chart. | **true** | - |
111-
| **`environment`** | Environment where to deploy given chart. | **true** | - |
112-
| **`url`** | The URL which respond to deployed application. | **true** | - |
113-
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `$\{\{ github.token }}` |
114-
| | Permissions: | | |
115-
| | - contents: write | | |
116-
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
117-
| **`initiated-by`** | Username to record as having initiated the sync operation | **true** | - |
104+
| **Input** | **Description** | **Required** | **Default** |
105+
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------- |
106+
| **`deployment-id`** | Deployment ID to be used in the ArgoCD application manifest | **true** | - |
107+
| **`chart`** | Chart to deploy. Example: `ghcr.io/my-org/my-repo/charts/application/my-repo:0.1.0-rc.0`. | **true** | - |
108+
| **`chart-values`** | Chart values to be sent to deployment. JSON array. Example: | **false** | - |
109+
| | <!-- textlint-disable --><pre lang="json">[&#13; { "path": ".application.test", "value": "ok" }&#13;]</pre><!-- textlint-enable --> | | |
110+
| **`repository`** | Target repository where to deploy given chart. | **true** | - |
111+
| **`environment`** | Environment where to deploy given chart. | **true** | - |
112+
| **`url`** | The URL which respond to deployed application. | **true** | - |
113+
| **`github-token`** | GitHub Token for dispatch an event to a remote repository. | **false** | `${{ github.token }}` |
114+
| | Permissions: | | |
115+
| | - contents: write | | |
116+
| | See [https://github.com/peter-evans/repository-dispatch#usage](https://github.com/peter-evans/repository-dispatch#usage). | | |
117+
| **`initiated-by`** | Username to record as having initiated the sync operation | **true** | - |
118118

119119
<!-- inputs:end -->
120120

@@ -153,7 +153,7 @@ This project is licensed under the MIT License.
153153

154154
SPDX-License-Identifier: MIT
155155

156-
Copyright © 2025 hoverkraft
156+
Copyright © 2026 hoverkraft
157157

158158
For more details, see the [license](http://choosealicense.com/licenses/mit/).
159159

0 commit comments

Comments
 (0)