fix: rename action to 'new-issue-branch' for consistency in naming
This commit is contained in:
parent
05e3af85d7
commit
ad9b88341b
@ -41,7 +41,7 @@ Only the following environment variables need to be set manually:
|
|||||||
Example workflow YAML—`act_runner` builds the Dockerfile automatically:
|
Example workflow YAML—`act_runner` builds the Dockerfile automatically:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: gitea.ethumada.com/gitea/new-issue-create-branch@v1
|
- uses: gitea.ethumada.com/gitea/new-issue-branch@v1
|
||||||
env:
|
env:
|
||||||
GITEA_URL: https://git.example.com
|
GITEA_URL: https://git.example.com
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: "new-issue-create-branch"
|
name: "new-issue-branch"
|
||||||
description: "Creates a git branch from an issue and links it back to the issue."
|
description: "Creates a git branch from an issue and links it back to the issue."
|
||||||
author: "Mandresy RABENJAHARISON <mandresyrabenj@gmail.com>"
|
author: "Mandresy RABENJAHARISON <mandresyrabenj@gmail.com>"
|
||||||
branding:
|
branding:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user