Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Refresh Database Data #2182

Refresh Database Data

Refresh Database Data #2182

Workflow file for this run

name: Refresh Database Data
on:
push:
branches: [main]
schedule:
- cron: "0 * * * *"
permissions: write-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
run: rustup toolchain install nightly
- name: Build
run: cargo run --release --manifest-path ./build/Cargo.toml
- name: Commit
uses: EndBug/add-and-commit@v9
with:
author_name: AHQ Store Bot
author_email: [email protected]
message: "Automation: Refresh /db"