Skip to content

Commit 7179ef5

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dfc72a commit 7179ef5

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/release-actions.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ on:
5757
permissions: {}
5858
jobs:
5959
release-actions:
60-
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
60+
uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0
6161
permissions:
6262
contents: read
6363
secrets:
@@ -81,9 +81,9 @@ jobs:
8181
# List of extra documentation files to update (if any).
8282
documentation-files: ""
8383

84-
# GitHub App ID to generate GitHub token in place of github-token.
84+
# GitHub App Client ID to generate GitHub token in place of github-token.
8585
# See https://github.com/actions/create-github-app-token.
86-
github-app-id: ""
86+
github-app-client-id: ""
8787
```
8888
8989
<!-- usage:end -->
@@ -94,14 +94,14 @@ jobs:
9494
9595
### Workflow Call Inputs
9696
97-
| **Input** | **Description** | **Required** | **Type** | **Default** |
98-
| ------------------------- | ---------------------------------------------------------------------------------- | ------------ | ----------- | ------------------- |
99-
| **`runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
100-
| | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
101-
| **`update-all`** | Update all actions and workflows, regardless of changes. | **false** | **boolean** | `false` |
102-
| **`documentation-files`** | List of extra documentation files to update (if any). | **false** | **string** | - |
103-
| **`github-app-id`** | GitHub App ID to generate GitHub token in place of github-token. | **false** | **string** | - |
104-
| | See <https://github.com/actions/create-github-app-token>. | | | |
97+
| **Input** | **Description** | **Required** | **Type** | **Default** |
98+
| -------------------------- | ---------------------------------------------------------------------------------- | ------------ | ----------- | ------------------- |
99+
| **`runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
100+
| | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
101+
| **`update-all`** | Update all actions and workflows, regardless of changes. | **false** | **boolean** | `false` |
102+
| **`documentation-files`** | List of extra documentation files to update (if any). | **false** | **string** | - |
103+
| **`github-app-client-id`** | GitHub App Client ID to generate GitHub token in place of github-token. | **false** | **string** | - |
104+
| | See <https://github.com/actions/create-github-app-token>. | | | |
105105

106106
<!-- inputs:end -->
107107

actions/deploy/argocd-manifest-files/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ metadata:
150150
## Usage
151151

152152
````yaml
153-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
153+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/argocd-manifest-files@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0
154154
with:
155155
# Deployment ID to be used in the ArgoCD application manifest
156156
# This input is required.

actions/deploy/jampack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Action to run Jampack post-processing tool on given static assets.
3737
## Usage
3838

3939
```yaml
40-
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jampack@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
40+
- uses: hoverkraft-tech/ci-github-publish/actions/deploy/jampack@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0
4141
with:
4242
# Path of the directory containing the static assets.
4343
# This input is required.

0 commit comments

Comments
 (0)