Skip to content

Commit 91632f8

Browse files
committed
fix: gr2m/create-or-update-pull-request-action@v1 -> @v1.x
1 parent 5fc91ec commit 91632f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
- run: npx semantic-release
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
- run: "git push https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:v1.x"
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@master
2121
- run: "date > datetime.txt" # create or update a test.txt file
22-
- uses: gr2m/create-or-update-pull-request-action@v1
22+
- uses: gr2m/create-or-update-pull-request-action@v1.x
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
```
2626
2727
Customizations
2828
2929
```yml
30-
uses: gr2m/create-or-update-pull-request-action@v1
30+
uses: gr2m/create-or-update-pull-request-action@v1.x
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
with:

0 commit comments

Comments
 (0)