Skip to content

chore: test build-db action #8

chore: test build-db action

chore: test build-db action #8

Workflow file for this run

name: Build Custom Database
on:
push:
branches:
- main
workflow_dispatch:
permissions: write-all
jobs:
build_db:
runs-on: ubuntu-latest
steps:
- name: Install apt-get utilities
run: sudo apt-get install detox sharutils
- uses: actions/checkout@v4
# - name: Build Custom Database for MiSTer Downloader
# run: set -o pipefail && curl --fail --location https://raw.githubusercontent.com/theypsilon/Downloader_DB-Template_MiSTer/main/.github/build_db.py | python3 -
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_REPOSITORY: ${{ github.repository }}
# DB_ID: remote_game_gallery
- name: Build Custom Database for MiSTer Downloader
uses: diegofigs/MiSTer-build-db@v1
with:
db-name: "remote-game-gallery"