Skip to content

Commit

Permalink
Update keep-alive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoevans authored Jan 1, 2024
1 parent a03a674 commit 4add58d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ jobs:
node index.js
- name: Commit and Push Changes
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.name "sudoevans"
git config user.email "snaveqiptoo@gmail.com"
git add README.md
git commit -m "Keep alive update"
git push
git push -u origin HEAD

0 comments on commit 4add58d

Please sign in to comment.