Skip to content

Commit e974c3f

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

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
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/90627232449a4b9ac2be80d01690a23b72be1aca75d30bbbd8df573155201c9d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
77
</div>
88

99
---
@@ -37,7 +37,7 @@ Features:
3737
## Usage
3838

3939
```yaml
40-
- uses: hoverkraft-tech/public-docs/.github/actions/generate-docs@24d9d6919856f263ff4d976dad912bd2a81c5223 # main
40+
- uses: hoverkraft-tech/public-docs/.github/actions/generate-docs@c40c17f7d6a8090950b3ef4bfc70502707a6bb9f # 0.3.0
4141
with:
4242
# GitHub token used to authenticate repository queries.
4343
# This input is required.

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

Lines changed: 2 additions & 2 deletions
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/90627232449a4b9ac2be80d01690a23b72be1aca75d30bbbd8df573155201c9d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
6+
<img src="https://opengraph.githubassets.com/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
77
</div>
88

99
---
@@ -35,7 +35,7 @@ Responsibilities:
3535
## Usage
3636

3737
```yaml
38-
- uses: hoverkraft-tech/public-docs/.github/actions/inject-docs@24d9d6919856f263ff4d976dad912bd2a81c5223 # main
38+
- uses: hoverkraft-tech/public-docs/.github/actions/inject-docs@c40c17f7d6a8090950b3ef4bfc70502707a6bb9f # 0.3.0
3939
with:
4040
# Source repository that produced the documentation.
4141
# This input is required.

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

Lines changed: 2 additions & 2 deletions
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/90627232449a4b9ac2be80d01690a23b72be1aca75d30bbbd8df573155201c9d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
77
</div>
88

99
---
@@ -37,7 +37,7 @@ Responsibilities:
3737
## Usage
3838

3939
```yaml
40-
- uses: hoverkraft-tech/public-docs/.github/actions/prepare-docs@24d9d6919856f263ff4d976dad912bd2a81c5223 # main
40+
- uses: hoverkraft-tech/public-docs/.github/actions/prepare-docs@c40c17f7d6a8090950b3ef4bfc70502707a6bb9f # 0.3.0
4141
with:
4242
# GitHub token used to resolve workflow run metadata.
4343
# This input is required.

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

Lines changed: 1 addition & 1 deletion
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/90627232449a4b9ac2be80d01690a23b72be1aca75d30bbbd8df573155201c9d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
6+
<img src="https://opengraph.githubassets.com/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
77
</div>
88

99
---

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

Lines changed: 2 additions & 2 deletions
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/90627232449a4b9ac2be80d01690a23b72be1aca75d30bbbd8df573155201c9d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---
@@ -83,7 +83,7 @@ on:
8383
permissions: {}
8484
jobs:
8585
sync-docs-dispatcher:
86-
uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@24d9d6919856f263ff4d976dad912bd2a81c5223 # main
86+
uses: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml@c40c17f7d6a8090950b3ef4bfc70502707a6bb9f # 0.3.0
8787
permissions: {}
8888
secrets:
8989
# GitHub App private key to generate GitHub token in place of github-token.

0 commit comments

Comments
 (0)