Extract interface files from CDN #1026
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: Extract interface files from CDN | |
on: | |
schedule: | |
- cron: '0 0/3 * * *' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Export UI source files | |
uses: Gethe/wow-ui-source@automation | |
with: | |
product: wow | |
token: ${{ secrets.GITHUB_TOKEN }} |