mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-21 13: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:
|
||||
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
|
||||
topics: woodpecker-ci, woodpecker, woodpecker-plugin
|
||||
|
||||
|
@ -40,12 +40,12 @@ steps:
|
||||
image: docker.io/chko/docker-pushrm:1
|
||||
secrets:
|
||||
- source: docker_password
|
||||
target: DOCKER_PASS
|
||||
target: DOCKER_PASS
|
||||
- source: docker_username
|
||||
target: DOCKER_USER
|
||||
target: DOCKER_USER
|
||||
environment:
|
||||
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}
|
||||
when:
|
||||
- event: [push, manual]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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)
|
||||
[![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)
|
||||
[![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
|
||||
|
||||
|
@ -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)
|
||||
[![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 -->
|
||||
<!-- spellchecker-disable -->
|
||||
|
@ -17,7 +17,7 @@ func main() {
|
||||
settings := &plugin.Settings{}
|
||||
options := wp.Options{
|
||||
Name: "wp-git-action",
|
||||
Description: "Perform git operations.",
|
||||
Description: "Perform git actions.",
|
||||
Version: BuildVersion,
|
||||
VersionMetadata: fmt.Sprintf("date=%s", BuildDate),
|
||||
Flags: settingsFlags(settings, wp.FlagsPluginCategory),
|
||||
|
Loading…
Reference in New Issue
Block a user