You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: overhaul documentation for CI compatibility and enhanced usability
- Expand documentation to formally support GitHub Actions alongside Drone and Woodpecker
- Add detailed table of contents for easier navigation
- Introduce a features section highlighting plugin capabilities
- List supported CI platforms and their compatibility
- Add extensive usage examples for Drone, Woodpecker, and GitHub Actions
- Document available parameters and authentication methods
- Improve build and Docker instructions for clarity and multi-arch support
- Update license section for consistency in all language variants
Signed-off-by: appleboy <appleboy.tw@gmail.com>
[Drone](https://www.drone.io/) / [Woodpecker](https://woodpecker-ci.org/) plugin to push changes to a remote `git` repository.
13
-
For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
12
+
A CI/CD plugin for [Drone](https://www.drone.io/), [Woodpecker](https://woodpecker-ci.org/), and [GitHub Actions](https://github.com/features/actions) to push changes to a remote Git repository.
14
13
15
-
## Build
14
+
## Table of Contents
16
15
17
-
Build the binary with the following commands:
16
+
-[drone-git-push](#drone-git-push)
17
+
-[Table of Contents](#table-of-contents)
18
+
-[Features](#features)
19
+
-[Supported Platforms](#supported-platforms)
20
+
-[Usage](#usage)
21
+
-[Drone / Woodpecker](#drone--woodpecker)
22
+
-[GitHub Actions](#github-actions)
23
+
-[Parameter Reference](#parameter-reference)
24
+
-[Authentication](#authentication)
25
+
-[SSH Key](#ssh-key)
26
+
-[HTTPS with Username/Password](#https-with-usernamepassword)
27
+
-[Build from Source](#build-from-source)
28
+
-[Run with Docker](#run-with-docker)
29
+
-[License](#license)
30
+
31
+
## Features
32
+
33
+
- Push commits to remote repositories via SSH or HTTPS
0 commit comments