forked from Logerfo/gitflow-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd2fa9b
commit 9253bef
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
``` | ||
|
@@ -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. | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.", | ||
|
@@ -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]", | ||
|
@@ -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": { | ||
|