Skip to content

Fixed Typo

Fixed Typo #135

name: Regenerate Files
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Regenerate Files
run: |
set -euo pipefail
git config --global user.email "[email protected]"
git config --global user.name "The CI/CD Bot"
./.github/regenerate_files.sh
env:
URL_BASE: https://raw.githubusercontent.com/ThreepwoodLeBrush/Names_MiSTer/%s/
GIT_PUSH: 'true'