Skip to content

Commit 97ab4ae

Browse files
author
Invers3
committed
Update lastposts.yml
Testing
1 parent dea8990 commit 97ab4ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/lastposts.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
- run: npm install
12-
- run: node addpost.js
12+
- run: node addpost.js
13+
- name: Commit changes
14+
run: |
15+
git config user.email "your_email@example.com"
16+
git config user.name "Your Name"
17+
git add .
18+
git commit -m "Create new post"
19+
git push

0 commit comments

Comments
 (0)