Use master branch as ref in checkout
This commit is contained in:
@@ -14,9 +14,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.ref }}
|
ref: master
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get release version
|
- name: Get release version
|
||||||
@@ -74,5 +74,4 @@ jobs:
|
|||||||
add: manifest.json
|
add: manifest.json
|
||||||
commit: --signoff
|
commit: --signoff
|
||||||
message: "Update manifest.json"
|
message: "Update manifest.json"
|
||||||
push: "origin HEAD:master"
|
pull: "--no-rebase -X ours origin master"
|
||||||
pull: "--no-rebase -X ours origin HEAD:master"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user