Skip to content

update jtcores

update jtcores #2587

name: update jtcores
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install apt-get utilities
run: sudo apt-get install detox sharutils
- uses: actions/checkout@v2
with:
ref: develop
- name: update jtcores
run: |
set -euo pipefail
git config --global user.email "theypsilon@gmail.com"
git config --global user.name "The CI/CD Bot"
./.github/update_jtcores.sh . --push
env:
DB_ID: jtcores
DB_URL: https://raw.githubusercontent.com/jotego/jtcores_mister/main/jtbindb.json.zip
BASE_FILES_URL: https://raw.githubusercontent.com/jotego/jtcores_mister/%s/
LATEST_ZIP_URL: https://github.com/jotego/jtcores_mister/archive/refs/heads/main.zip