We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcacd0 commit 9edf425Copy full SHA for 9edf425
.github/actions/recent-posts/action.yml
@@ -2,6 +2,10 @@ name: "Recent Posts"
2
author: "Ian Thompson"
3
description: "Get the most recent blog post metadata."
4
inputs:
5
+ readme:
6
+ description: "Path to the README.md"
7
+ required: false
8
+ default: ./README.md
9
num-entries:
10
description: "Number of blog entries to show"
11
required: false
@@ -11,4 +15,5 @@ runs:
15
using: "docker"
12
16
image: "Dockerfile"
13
17
args:
18
+ - ${{ inputs.readme }}
14
19
- ${{ inputs.num-entries }}
0 commit comments