Skip to content

Update distribute (00f990780171095a88a97bc7b2c57cc74916c9e5) #2722

Update distribute (00f990780171095a88a97bc7b2c57cc74916c9e5)

Update distribute (00f990780171095a88a97bc7b2c57cc74916c9e5) #2722

Workflow file for this run

name: Clear cache
on:
push:
workflow_dispatch:
concurrency: regenerate
jobs:
generate:
name: Regenerate PluginMaster
if: github.repository == 'goatcorp/PluginDistD17'
runs-on: windows-2019
steps:
- name: Clear Web Services cache
run: curl -X POST --fail https://kamori.goats.dev/Plugin/ClearCache?key=$env:CACHE_CLEAR_KEY
env:
CACHE_CLEAR_KEY: ${{ secrets.CACHE_CLEAR_KEY }}