Update .github/workflows/import.yaml
This commit is contained in:
parent
69cef0c7b5
commit
f56989468c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/import.yaml
vendored
8
.github/workflows/import.yaml
vendored
|
@ -7,7 +7,7 @@ name: Import
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
recent:
|
recent:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -15,8 +15,8 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: https://github.com/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
|
||||||
|
@ -27,7 +27,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: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
commit_message: Import recent changes from PCGamingWiki
|
commit_message: Import recent changes from PCGamingWiki
|
||||||
commit_author: GitHub Actions <actions@github.com>
|
commit_author: GitHub Actions <actions@github.com>
|
||||||
|
|
Reference in a new issue