@@ -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
0 commit comments