Skip to content

Commit 8cf81d9

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Added step to checkout repo so the workflow can make commits and push.
1 parent 5dc7e63 commit 8cf81d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/recent-posts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
name: Recent Post
88
steps:
9+
- name: Checkout repo
10+
uses: "actions/checkout@v4"
11+
912
- name: Recent post action
1013
id: recent-post
1114
uses: "it176131/it176131.github.io/.github/actions/recent-posts@v1"
15+
1216
- name: Get the result
1317
run: echo ${{ steps.recent-post.outputs.result }}

0 commit comments

Comments
 (0)