Skip to content

Commit 9edf425

Browse files
committed
modified: .github/actions/recent-posts/action.yml
- Added `readme` input and arg.
1 parent 4fcacd0 commit 9edf425

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/recent-posts/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Recent Posts"
22
author: "Ian Thompson"
33
description: "Get the most recent blog post metadata."
44
inputs:
5+
readme:
6+
description: "Path to the README.md"
7+
required: false
8+
default: ./README.md
59
num-entries:
610
description: "Number of blog entries to show"
711
required: false
@@ -11,4 +15,5 @@ runs:
1115
using: "docker"
1216
image: "Dockerfile"
1317
args:
18+
- ${{ inputs.readme }}
1419
- ${{ inputs.num-entries }}

0 commit comments

Comments
 (0)