Update .github/workflows/import.yaml
This commit is contained in:
parent
b1e36c94b8
commit
ae8f55283a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/import.yaml
vendored
6
.github/workflows/import.yaml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- uses: ghcr.io/dtolnay/rust-toolchain@stable
|
- uses: https://ghcr.io/dtolnay/rust-toolchain@stable
|
||||||
- uses: ghcr.io/Swatinem/rust-cache@v2
|
- uses: https://ghcr.io/Swatinem/rust-cache@v2
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: data/wiki-meta-cache.yaml
|
path: data/wiki-meta-cache.yaml
|
||||||
|
@ -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: ghcr.io/stefanzweifel/git-auto-commit-action@v5
|
- uses: https://ghcr.io/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Import recent changes from PCGamingWiki
|
commit_message: Import recent changes from PCGamingWiki
|
||||||
commit_author: Forgejo Actions <actions@git.conorstayt.dev>
|
commit_author: Forgejo Actions <actions@git.conorstayt.dev>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue