action: server creates commits and pull requests.
- Download fixed files and metadata from GitHub Actions Artifacts
- Get data about associated Workflow Run, Pull Request, and Branch by GitHub API
- Validate the request
- Create a commit
- Create a pull request if it is requested
- Update the pull request if it is requested
action: Must beserverapp_id: A GitHub App IDapp_private_key: A GitHub App Private Key
allow_workflow_fix: Eithertrueorfalse. The default isfalse. Iftrue, the action can fix workflow files. You need to grantworkflows:writepermission to the Server GitHub Appworkflow_name: An expected client workflow name. If the actual client workflow name is different from this input, the request is denied. The default value issecurefix. If this is empty, the workflow name is freepull_request_comment: A pull request comment template. A comment is posted if server actions fail to create a commit. The default value is:x: Securefix failed.config: YAML config to push other repositories and branches. Eitherconfigorconfig_fileis required if you want to change repositories and branches where commits are pushedconfig_file: A file path to YAML config to push other repositories and branches. Eitherconfigorconfig_fileis required if you want to change repositories and branches where commits are pushedcommit_message: A commit messagepull_request_comment: A pull request comment template. A comment is posted if server actions fail to create a commit. The default value is## :x: Securefix failed.
Nothing.