Update .github/workflows/import.yaml

This commit is contained in:
Conor425 2025-06-26 23:52:00 +01:00
parent be32c8d546
commit f60eeea7e9

View file

@ -29,7 +29,7 @@ jobs:
run: pip install "steam[client]" run: pip install "steam[client]"
- run: cargo build - run: cargo build
- run: cargo run -- bulk --recent-changes - run: cargo run -- bulk --recent-changes
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v6
with: with:
commit_message: Import recent changes from PCGamingWiki commit_message: Import recent changes from PCGamingWiki
commit_user_name: Forgejo Actions commit_user_name: Forgejo Actions