Skip to content

Commit 840e39e

Browse files
committed
modified: .github/actions/recent-posts/action.yml
- Removed output section as my script doesn't output anything.
1 parent 10085ee commit 840e39e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@ author: "Ian Thompson"
33
description: "Get the most recent blog post metadata."
44
runs:
55
using: "docker"
6-
image: "Dockerfile"
7-
8-
outputs:
9-
result:
10-
description: "The most recent blog post's metadata."
6+
image: "Dockerfile"

0 commit comments

Comments
 (0)