Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Apr 26, 2024
1 parent 527f41c commit 14402ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/steam-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
git add README.md
git commit -m "Update README.md with latest Steam Stats" || echo "No changes to commit"
git add .
git commit -m "Update README with latest Steam Stats" || echo "No changes to commit"
git push
Loading

1 comment on commit 14402ef

@vercel
Copy link

@vercel vercel bot commented on 14402ef Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.