Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
source_repo: hoverkraft-tech/ci-github-publish
source_path: CONTRIBUTING.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

# Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Manifest Files
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/argocd/get-manifest-files/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -43,7 +43,7 @@ Determine all the manifest files needed to deploy the application using ArgoCD f
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/argocd/get-manifest-files@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Environment name (e.g. production, review-apps:pr-1234).
# This is used to determine the application directory and extra manifest directory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Url Lighthouse
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/check/url-lighthouse/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -44,7 +44,7 @@ The action always sends `User-Agent: hoverkraft-tech-url-lighthouse-action` when
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-lighthouse@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The URL to audit using Lighthouse.
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Url Ping
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/check/url-ping/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -43,7 +43,7 @@ Action to run ping check on given URL.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-ping@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/check/url-ping@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The URL to check.
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Repository Dispatch
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/clean-deploy/repository-dispatch/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -48,7 +48,7 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/clean-deploy/repository-dispatch@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/clean-deploy/repository-dispatch@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# GitHub Token for dispatch an event to a remote repository.
# Permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: ArgoCD Manifest Files
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/argocd-manifest-files/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -160,7 +160,7 @@ metadata:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Deployment ID to be used in the ArgoCD application manifest
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Environment
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/get-environment/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -51,7 +51,7 @@ Action to get the environment to deploy regarding the workflow context.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/get-environment@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/get-environment@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Environment where to deploy.
environment: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: GitHub Pages
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/github-pages/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -57,7 +57,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The ID of the "build" artifact to download.
# The artifact must contain the full (absolute) build path.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Helm Repository Dispatch
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/helm-repository-dispatch/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -52,7 +52,7 @@ See [https://docs.github.com/en/actions/writing-workflows/choosing-when-your-wor
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/helm-repository-dispatch@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/helm-repository-dispatch@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Deployment ID to be used in the ArgoCD application manifest
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Jampack
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/jampack/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -47,7 +47,7 @@ Action to run Jampack post-processing tool on given static assets.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jampack@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jampack@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Path of the directory containing the static assets.
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Jekyll
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/jekyll/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -56,7 +56,7 @@ Main steps performed by this action:
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jekyll@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jekyll@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The Jekyll theme to use for the site.
# Default: `jekyll-theme-cayman`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Report
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deploy/report/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -72,7 +72,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/report@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/report@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The repository where the deployment was made
# Default: `${{ github.event.repository.name }}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Create
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deployment/create/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -57,7 +57,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/create@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/create@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The environment to deploy to
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Delete
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deployment/delete/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -57,7 +57,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/delete@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/delete@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The token to use to delete the review apps environment(s). It needs the `repo` scope.
token: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Finished
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deployment/get-finished/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -64,7 +64,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/get-finished@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/get-finished@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The ID of the GitHub deployment to wait for (numeric ID)
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Read
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deployment/read/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -47,7 +47,7 @@ Action to retrieve some deployment information.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/read@84d583ba7b357f9476707f54cf5419d630ae0145 # 0.26.2
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/read@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The ID of the deployment to update
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Update
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/deployment/update/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -57,7 +57,7 @@ permissions:
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/update@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/deployment/update@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# The ID of the deployment to update
# This input is required.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Create
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/release/create/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -44,7 +44,7 @@ The release is published by default after optional changelog summarization and a
## Usage

````yaml
- uses: hoverkraft-tech/ci-github-publish/actions/release/create@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/release/create@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Whether the release is a prerelease
# Default: `false`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Get Configuration
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/release/get-configuration/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -40,7 +40,7 @@ Action to get the release configuration details
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/release/get-configuration@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/release/get-configuration@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Working directory used to scope release automation in a monorepo.
# If specified, the action looks for `.github/release-configs/{slug}.yml`, where `slug` is derived from the working directory basename.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Plan
source_repo: hoverkraft-tech/ci-github-publish
source_path: actions/release/plan/README.md
source_branch: main
source_run_id: 28516769902
last_synced: 2026-07-01T12:20:26.705Z
source_run_id: 28522878432
last_synced: 2026-07-01T14:02:01.696Z
---

<!-- header:start -->
Expand Down Expand Up @@ -43,7 +43,7 @@ Plan a release identity without creating a Git tag or GitHub release.
## Usage

```yaml
- uses: hoverkraft-tech/ci-github-publish/actions/release/plan@b2562b46714e535a0113f90f554b55e1248212c1 # 0.26.3
- uses: hoverkraft-tech/ci-github-publish/actions/release/plan@2d72bc5fabd9f74402b62915a21582cdc22e654b # 0.27.0
with:
# Whether to plan the release as a prerelease
# Default: `false`
Expand Down
Loading
Loading