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 184cf33 commit 17fcc51Copy full SHA for 17fcc51
.github/workflows/lastposts.yml
@@ -14,8 +14,8 @@ jobs:
14
- run: node addpost.js
15
- name: Commit changes
16
run: |
17
- git config user.email "your_email@example.com"
18
- git config user.name "Your Name"
+ git config user.email "manyandamariano@hotmail.com"
+ git config user.name "CodeInvers3"
19
git add .
20
git commit -m "Create new post"
21
git push
0 commit comments