Skip to content

Commit

Permalink
modified: .github/workflows/recent-posts.yml
Browse files Browse the repository at this point in the history
	- Added step to checkout repo so the workflow can make commits and push.
  • Loading branch information
it176131 committed Jan 3, 2025
1 parent 5dc7e63 commit 8cf81d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/recent-posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
runs-on: ubuntu-latest
name: Recent Post
steps:
- name: Checkout repo
uses: "actions/checkout@v4"

- name: Recent post action
id: recent-post
uses: "it176131/it176131.github.io/.github/actions/recent-posts@v1"

- name: Get the result
run: echo ${{ steps.recent-post.outputs.result }}

0 comments on commit 8cf81d9

Please sign in to comment.