Skip to content

Commit ce75256

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

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.github/actions/create-logo-pack/README.md

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

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Create Logo Pack" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Create Logo Pack" />
77
</div>
88

99
---

.github/actions/download-branding-assets/README.md

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

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Download Branding Assets" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Download Branding Assets" />
77
</div>
88

99
---

.github/actions/generate-brand-content/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Generate Brand Content
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Generate Brand Content" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Generate Brand Content" />
77
</div>
88

99
---
@@ -53,6 +53,7 @@ Generates TypeScript files for brand colors, mission, typography, and logos from
5353
logos: ""
5454

5555
# JSON-stringified typography collection
56+
# This input is required.
5657
typography: ""
5758

5859
# Output directory for generated files
@@ -72,7 +73,7 @@ Generates TypeScript files for brand colors, mission, typography, and logos from
7273
| **`colors`** | JSON-stringified color collection | **true** | - |
7374
| **`brand-mission`** | JSON-stringified localized brand mission entries | **true** | - |
7475
| **`logos`** | JSON-stringified logo collection | **true** | - |
75-
| **`typography`** | JSON-stringified typography collection | **false** | - |
76+
| **`typography`** | JSON-stringified typography collection | **true** | - |
7677
| **`output-dir`** | Output directory for generated files | **true** | - |
7778

7879
<!-- inputs:end -->

.github/actions/generate-brand-pdfs/README.md

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

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Generate Brand PDFs" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Generate Brand PDFs" />
77
</div>
88

99
---

.github/actions/validate-manifest/README.md

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

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Validate Branding Manifest" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Validate Branding Manifest" />
77
</div>
88

99
---

.github/workflows/update-branding-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Workflow: Update Branding Assets
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/38fa3a28347ed1669c7af405c9a8b9b90d463540f2ceaa6c5511bf073d5d9800/hoverkraft-tech/landing-page" width="60px" align="center" alt="Update Branding Assets" />
6+
<img src="https://opengraph.githubassets.com/5b08002c56a695503645d04c58e8ede12861328e7b99d7709e7be1fc8de75303/hoverkraft-tech/landing-page" width="60px" align="center" alt="Update Branding Assets" />
77
</div>
88

99
---

0 commit comments

Comments
 (0)