Update TOC Interface version(s) #369
This file contains hidden or 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: Update TOC Interface version(s) | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: 0 12 * * * | |
| permissions: {} | |
| jobs: | |
| toc-update: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| uses: McTalian-WoW-Addons/wow-build-tools/.github/workflows/toc-updater.yml@v1-beta | |
| with: | |
| addon-name: DeviceLayoutPreset | |
| pr-body: | | |
| ## Requirements | |
| - [ ] Download test package in the comments below | |
| - [ ] Test for all applicable game clients | |
| - [ ] Retail (Live? PTR? Beta?) | |
| ---------------------------------------------------- | |
| _This PR was automatically created to update the supported interface versions in DeviceLayoutPreset.toc._ | |
| secrets: inherit |