// Copyright 2023 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
packageconfig
import(
"encoding/json"
"os"
)
constregistrationWarning="This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner."
// Registration is the registration information for a runner
typeRegistrationstruct{
Warningstring`json:"WARNING"`// Warning message to display, it's always the registrationWarning constant