Skip to content

Commit 7c8e992

Browse files
docs: update action documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bacd11b commit 7c8e992

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

.github/actions/generate-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Generate Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/5c0e08a5a4b0e01ba74f3ea4fa1608246565f05e675b95f6347b793e8dccea51/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/806cb063f690999b9217a714f2fa2abee929a6f29dda8c8969c921c99401d968/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
77
</div>
88

99
---

.github/actions/inject-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Inject Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/5c0e08a5a4b0e01ba74f3ea4fa1608246565f05e675b95f6347b793e8dccea51/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
6+
<img src="https://opengraph.githubassets.com/806cb063f690999b9217a714f2fa2abee929a6f29dda8c8969c921c99401d968/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
77
</div>
88

99
---

.github/actions/prepare-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Prepare Documentation Bundle
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/5c0e08a5a4b0e01ba74f3ea4fa1608246565f05e675b95f6347b793e8dccea51/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/806cb063f690999b9217a714f2fa2abee929a6f29dda8c8969c921c99401d968/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
77
</div>
88

99
---

.github/actions/resolve-docs-target/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Resolve Documentation Target
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/5c0e08a5a4b0e01ba74f3ea4fa1608246565f05e675b95f6347b793e8dccea51/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
6+
<img src="https://opengraph.githubassets.com/806cb063f690999b9217a714f2fa2abee929a6f29dda8c8969c921c99401d968/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
77
</div>
88

99
---
@@ -42,7 +42,7 @@ Responsibilities:
4242
# This input is required.
4343
github-token: ""
4444

45-
# Repository slug in the form owner/repo.
45+
# Repository slug in the form `owner/repo`.
4646
# This input is required.
4747
repository: ""
4848
```
@@ -55,7 +55,7 @@ Responsibilities:
5555
| **Input** | **Description** | **Required** | **Default** |
5656
| ------------------ | ----------------------------------------------------- | ------------ | ----------- |
5757
| **`github-token`** | GitHub token used to authenticate repository queries. | **true** | - |
58-
| **`repository`** | Repository slug in the form owner/repository. | **true** | - |
58+
| **`repository`** | Repository slug in the form `owner/repo`. | **true** | - |
5959

6060
<!-- inputs:end -->
6161
<!-- secrets:start -->

.github/workflows/sync-docs-dispatcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Push Documentation Helper
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/5c0e08a5a4b0e01ba74f3ea4fa1608246565f05e675b95f6347b793e8dccea51/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/806cb063f690999b9217a714f2fa2abee929a6f29dda8c8969c921c99401d968/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects/index.mdx

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ export const projectSections = [
2020

2121
icon: '',
2222

23-
title: 'ci-github-common',
23+
title: 'compose-action',
2424

25-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-common',
25+
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
2626

27-
meta: 'JavaScript • ⭐ 4 • Updated Apr 13, 2026',
27+
meta: 'TypeScript • ⭐ 208 • Updated Apr 13, 2026',
2828

29-
description: 'Opinionated GitHub actions and workflows for common continuous integration needs',
29+
description: 'This action runs your docker-compose file and clean up before action finished',
3030

3131
tags: [
3232

3333
'continuous-integration',
3434

35-
'github-actions',
35+
'docker-compose',
3636

37-
'open-source',
37+
'github-actions',
3838

39-
'workflow'
39+
'open-source'
4040

4141
],
4242

@@ -46,15 +46,15 @@ export const projectSections = [
4646

4747
label: 'View on GitHub',
4848

49-
href: 'https://github.com/hoverkraft-tech/ci-github-common'
49+
href: 'https://github.com/hoverkraft-tech/compose-action'
5050

5151
},
5252

5353
{
5454

5555
label: 'Documentation',
5656

57-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-common/'
57+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
5858

5959
}
6060

@@ -66,25 +66,23 @@ export const projectSections = [
6666

6767
icon: '',
6868

69-
title: 'ci-github-container',
69+
title: 'ci-github-common',
7070

71-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
71+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-common',
7272

73-
meta: 'JavaScript • ⭐ 5 • Updated Apr 11, 2026',
73+
meta: 'JavaScript • ⭐ 4 • Updated Apr 13, 2026',
7474

75-
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
75+
description: 'Opinionated GitHub actions and workflows for common continuous integration needs',
7676

7777
tags: [
7878

79-
'build',
80-
81-
'containers',
82-
8379
'continuous-integration',
8480

85-
'docker',
81+
'github-actions',
8682

87-
'github-actions'
83+
'open-source',
84+
85+
'workflow'
8886

8987
],
9088

@@ -94,15 +92,15 @@ export const projectSections = [
9492

9593
label: 'View on GitHub',
9694

97-
href: 'https://github.com/hoverkraft-tech/ci-github-container'
95+
href: 'https://github.com/hoverkraft-tech/ci-github-common'
9896

9997
},
10098

10199
{
102100

103101
label: 'Documentation',
104102

105-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-container/'
103+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-common/'
106104

107105
}
108106

@@ -114,23 +112,25 @@ export const projectSections = [
114112

115113
icon: '',
116114

117-
title: 'compose-action',
115+
title: 'ci-github-container',
118116

119-
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
117+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
120118

121-
meta: 'TypeScript • ⭐ 207 • Updated Apr 10, 2026',
119+
meta: 'JavaScript • ⭐ 5 • Updated Apr 11, 2026',
122120

123-
description: 'This action runs your docker-compose file and clean up before action finished',
121+
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
124122

125123
tags: [
126124

127-
'continuous-integration',
125+
'build',
128126

129-
'docker-compose',
127+
'containers',
130128

131-
'github-actions',
129+
'continuous-integration',
132130

133-
'open-source'
131+
'docker',
132+
133+
'github-actions'
134134

135135
],
136136

@@ -140,15 +140,15 @@ export const projectSections = [
140140

141141
label: 'View on GitHub',
142142

143-
href: 'https://github.com/hoverkraft-tech/compose-action'
143+
href: 'https://github.com/hoverkraft-tech/ci-github-container'
144144

145145
},
146146

147147
{
148148

149149
label: 'Documentation',
150150

151-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
151+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-container/'
152152

153153
}
154154

@@ -1338,7 +1338,7 @@ export const statsSummary = {
13381338

13391339
activeProjects: 30,
13401340

1341-
totalStars: 260,
1341+
totalStars: 261,
13421342

13431343
programmingLanguages: 12,
13441344

@@ -1360,7 +1360,7 @@ export const projectSnapshot = {
13601360

13611361
lastUpdated: '2026-04-13',
13621362

1363-
technologiesSummary: 'including JavaScript, Astro, TypeScript, Makefile, HCL, and more.'
1363+
technologiesSummary: 'including TypeScript, JavaScript, Astro, Makefile, HCL, and more.'
13641364

13651365
};
13661366

application/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function ProjectsSection() {
8080
name: 'compose-action',
8181
icon: '⚡',
8282
url: 'https://github.com/hoverkraft-tech/compose-action',
83-
stars: 207,
83+
stars: 208,
8484
language: 'TypeScript',
8585
description: 'This action runs your docker-compose file and clean up before action finished',
8686
tags: [

0 commit comments

Comments
 (0)