Skip to content

Commit 3aeed39

Browse files
committed
Renaming action
1 parent 7135b9b commit 3aeed39

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi Merge
1+
# Regex Merge
22

33
Github Action for multiple branches merging
44

@@ -19,7 +19,7 @@ Regex pattern for all branches to be updated.
1919
## Example usage
2020

2121
```yaml
22-
uses: alagos/multimerge@v1.0
22+
uses: alagos/regex-merge@v1.0
2323
with:
2424
accessToken: ${{ secrets.GITHUB_TOKEN }}
2525
headBranch: master

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Multimerge'
1+
name: 'Regex Merge'
22
description: 'Github Action for multiple branches merging'
33
author: Alter Lagos
44
inputs:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "multimerge",
2+
"name": "regex-merge",
33
"version": "1.0.0",
44
"description": "Github Action for multiple branches merging",
55
"main": "index.js",

0 commit comments

Comments
 (0)