Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed May 3, 2024
1 parent 914ade9 commit 48da053
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/steam-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -32,4 +35,4 @@ jobs:
git config --global user.name "GitHub Action"
git add .
git commit -m "Update README with latest Stats" || echo "No changes to commit"
git push
git push --force

1 comment on commit 48da053

@vercel
Copy link

@vercel vercel bot commented on 48da053 May 3, 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.