We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea8990 commit 97ab4aeCopy full SHA for 97ab4ae
.github/workflows/lastposts.yml
@@ -9,4 +9,11 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: actions/setup-node@v4
11
- run: npm install
12
- - run: node addpost.js
+ - 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