Skip to content

Commit

Permalink
Rename action.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDoctor0 committed Oct 4, 2021
1 parent bd2fa9b commit 9253bef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Gitflow
runs-on: ubuntu-latest
steps:
- uses: MegaverseBE/[email protected]
- uses: MegaverseBE/backports-[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
```
Expand All @@ -38,7 +38,7 @@ jobs:
name: Gitflow
runs-on: ubuntu-latest
steps:
- uses: MegaverseBE/[email protected]
- uses: MegaverseBE/backports-[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
auto-merge: false # If `true`, will try to automatically merge the pull requests.
Expand All @@ -61,7 +61,7 @@ jobs:
name: Gitflow
runs-on: ubuntu-latest
steps:
- uses: MegaverseBE/[email protected]
- uses: MegaverseBE/backports-[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
release: release # The `release` branch.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gitflow-action
name: backports-gitflow-action
description: A GitHub Action that automatically creates and merges pull requests between specified branches..
author: Bruno Logerfo, Dawid Janik

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gitflow-action",
"name": "backports-gitflow-action",
"version": "0.0.5",
"private": true,
"description": "A GitHub Action that automatically creates and merges pull requests between specified branches.",
Expand All @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/MegaverseBE/gitflow-action.git"
"url": "git+https://github.com/MegaverseBE/backports-gitflow-action.git"
},
"author": {
"email": "[email protected]",
Expand All @@ -23,8 +23,8 @@
"url": "https://github.com/TheDoctor0"
}
],
"homepage": "https://github.com/gitflow-action",
"bugs": "https://github.com/gitflow-action/issues",
"homepage": "https://github.com/backports-gitflow-action",
"bugs": "https://github.com/backports-gitflow-action/issues",
"license": "MIT",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 9253bef

Please sign in to comment.