Update XIVSlothCombo #260
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Regenerate PluginMaster | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
concurrency: regenerate | |
jobs: | |
generate: | |
name: Regenerate PluginMaster | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-python@v2 | |
with: | |
python-version: '3.8' | |
- uses: actions/checkout@v2 | |
- name: Generate PluginMaster | |
run: python generate_pluginmaster.py | |
- uses: EndBug/add-and-commit@v7 | |
with: | |
author_name: GitHub Action | |
author_email: github-actions[bot]@users.noreply.github.com | |
message: Regenerate PluginMaster |