-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: publish to v1 branch, deprecated v1.x
- Loading branch information
Showing
5 changed files
with
156 additions
and
650 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
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 +1,2 @@ | ||
dist | ||
node_modules |
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 |
---|---|---|
|
@@ -19,15 +19,15 @@ jobs: | |
steps: | ||
- uses: actions/checkout@master | ||
- run: "date > datetime.txt" # create or update a test.txt file | ||
- uses: gr2m/create-or-update-pull-request-action@v1.x | ||
- uses: gr2m/create-or-update-pull-request-action@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
``` | ||
Customizations | ||
```yml | ||
uses: gr2m/create-or-update-pull-request-action@v1.x | ||
uses: gr2m/create-or-update-pull-request-action@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
@@ -43,7 +43,7 @@ with: | |
To create multiple commits for different paths, use the action multiple times | ||
```yml | ||
- uses: gr2m/create-or-update-pull-request-action@v1.x | ||
- uses: gr2m/create-or-update-pull-request-action@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
@@ -53,7 +53,7 @@ To create multiple commits for different paths, use the action multiple times | |
author: "Lorem J. Ipsum <[email protected]>" | ||
path: "cache/" | ||
commit-message: "build: cache" | ||
- uses: gr2m/create-or-update-pull-request-action@v1.x | ||
- uses: gr2m/create-or-update-pull-request-action@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
|
Oops, something went wrong.