Skip to content

Update distribute (61b39de4492d4a3af39c8765d915505c75c8e76f) #212

Update distribute (61b39de4492d4a3af39c8765d915505c75c8e76f)

Update distribute (61b39de4492d4a3af39c8765d915505c75c8e76f) #212

Workflow file for this run

name: Clear cache
on:
push:
workflow_dispatch:
concurrency: regenerate
jobs:
generate:
name: Regenerate PluginMaster
runs-on: windows-latest
steps:
- name: Clear Web Services cache
run: curl -X POST --fail https://aonyx.ffxiv.wang/Plugin/ClearCache?key=$env:CACHE_CLEAR_KEY
env:
CACHE_CLEAR_KEY: ${{ secrets.CACHE_CLEAR_KEY }}