File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
- run : npx semantic-release
18
18
env :
19
19
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 }}
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@master
21
21
- 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
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
` ` `
26
26
27
27
Customizations
28
28
29
29
` ` ` yml
30
- uses : gr2m/create-or-update-pull-request-action@v1
30
+ uses : gr2m/create-or-update-pull-request-action@v1.x
31
31
env :
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
with :
You can’t perform that action at this time.
0 commit comments