Skip to content

Commit 9a18b1b

Browse files
committed
docs: amend version
1 parent 743c9c2 commit 9a18b1b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v2
4141

4242
- name: Generate Markdown Summary
43-
uses: Ma11hewThomas/markdown-builder@v1
43+
uses: Ma11hewThomas/github-markdown-builder@v1.0.0
4444
with:
4545
template-file-path: './path/to/template.hbs'
4646
json-file-path: './path/to/data.json' # Optional
@@ -82,7 +82,7 @@ guidance on configuring these permissions, please see GitHub's
8282

8383
```yaml
8484
- name: Comment On Pull Request
85-
uses: Ma11hewThomas/markdown-builder@v1
85+
uses: Ma11hewThomas/github-markdown-builder@v1.0.0
8686
with:
8787
template-file-path: './path/to/template.hbs'
8888
json-file-path: './path/to/data.json' # Optional

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'markdown-builder'
22
description:
33
'A GitHub Action to build markdown summaries for GitHub Actions and pull
44
requests using Handlebars templates.'
5-
author: 'ctrf-io'
5+
author: 'Ma11hewThomas'
66

77
# Add your action's branding here. This will appear on the GitHub Marketplace.
88
branding:

0 commit comments

Comments
 (0)