Skip to content

Commit 9ebf356

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Added git commands previously in main.py.
1 parent 84655f2 commit 9ebf356

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/recent-posts.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ jobs:
1313
id: recent-post
1414
uses: "it176131/it176131.github.io/.github/actions/recent-posts@v1"
1515

16-
- name: Get the result
17-
run: echo ${{ steps.recent-post.outputs.result }}
16+
- name: Commit README
17+
run: |
18+
git config user.email [email protected]
19+
git config user.name github-actions
20+
git add .
21+
git commit -m "Synced and updated with most recent it176131.github.io blog post"
22+
git push

0 commit comments

Comments
 (0)