action appveyor_delete_project_build_cache { label: "Delete project build cache" provider: appveyor method: DELETE path: "/projects/{accountName}/{projectSlug}/buildcache" encoding: json output: { type: "object" additionalProperties: true } }