mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-24 22:50:39 +00:00
use consistent wording (#8)
This commit is contained in:
parent
aa2920e184
commit
ec9ae84c92
2
.github/settings.yml
vendored
2
.github/settings.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
repository:
|
repository:
|
||||||
name: wp-git-action
|
name: wp-git-action
|
||||||
description: Woodpecker CI plugin to execute git actions
|
description: Woodpecker CI plugin to perform git actions
|
||||||
homepage: https://wp-plugin-index.geekdocs.de/plugins/wp-git-action
|
homepage: https://wp-plugin-index.geekdocs.de/plugins/wp-git-action
|
||||||
topics: woodpecker-ci, woodpecker, woodpecker-plugin
|
topics: woodpecker-ci, woodpecker, woodpecker-plugin
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ steps:
|
|||||||
target: DOCKER_USER
|
target: DOCKER_USER
|
||||||
environment:
|
environment:
|
||||||
PUSHRM_FILE: README.md
|
PUSHRM_FILE: README.md
|
||||||
PUSHRM_SHORT: Woodpecker CI plugin to execute git actions
|
PUSHRM_SHORT: Woodpecker CI plugin to perform git actions
|
||||||
PUSHRM_TARGET: ${CI_REPO}
|
PUSHRM_TARGET: ${CI_REPO}
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# wp-git-action
|
# wp-git-action
|
||||||
|
|
||||||
Woodpecker CI plugin to execute git actions
|
Woodpecker CI plugin to perform git actions
|
||||||
|
|
||||||
[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/wp-git-action/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/wp-git-action)
|
[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/wp-git-action/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/wp-git-action)
|
||||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wp-git-action)
|
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wp-git-action)
|
||||||
@ -10,7 +10,7 @@ Woodpecker CI plugin to execute git actions
|
|||||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-git-action)
|
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-git-action)
|
||||||
[![License: Apache-2.0](https://img.shields.io/github/license/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/blob/main/LICENSE)
|
[![License: Apache-2.0](https://img.shields.io/github/license/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/blob/main/LICENSE)
|
||||||
|
|
||||||
Woodpecker CI plugin to execute git actions. You can find the full documentation at [https://wp-plugin-index.geekdocs.de](https://wp-plugin-index.geekdocs.de/plugins/wp-git-action).
|
Woodpecker CI plugin to perform git actions. You can find the full documentation at [https://wp-plugin-index.geekdocs.de](https://wp-plugin-index.geekdocs.de/plugins/wp-git-action).
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ title: wp-git-action
|
|||||||
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-git-action)
|
[![Source: GitHub](https://img.shields.io/badge/source-github-blue.svg?logo=github&logoColor=white)](https://github.com/thegeeklab/wp-git-action)
|
||||||
[![License: MIT](https://img.shields.io/github/license/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/blob/main/LICENSE)
|
[![License: MIT](https://img.shields.io/github/license/thegeeklab/wp-git-action)](https://github.com/thegeeklab/wp-git-action/blob/main/LICENSE)
|
||||||
|
|
||||||
Woodpecker CI plugin to execute git actions.
|
Woodpecker CI plugin to perform git actions.
|
||||||
|
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- spellchecker-disable -->
|
<!-- spellchecker-disable -->
|
||||||
|
@ -17,7 +17,7 @@ func main() {
|
|||||||
settings := &plugin.Settings{}
|
settings := &plugin.Settings{}
|
||||||
options := wp.Options{
|
options := wp.Options{
|
||||||
Name: "wp-git-action",
|
Name: "wp-git-action",
|
||||||
Description: "Perform git operations.",
|
Description: "Perform git actions.",
|
||||||
Version: BuildVersion,
|
Version: BuildVersion,
|
||||||
VersionMetadata: fmt.Sprintf("date=%s", BuildDate),
|
VersionMetadata: fmt.Sprintf("date=%s", BuildDate),
|
||||||
Flags: settingsFlags(settings, wp.FlagsPluginCategory),
|
Flags: settingsFlags(settings, wp.FlagsPluginCategory),
|
||||||
|
Loading…
Reference in New Issue
Block a user