chore: update nightly.yml
parent
a6fa940406
commit
c73501100f
|
|
@ -1,4 +1,4 @@
|
||||||
name: Update nightly branch
|
name: Update nightly tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -12,16 +12,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Create Tag
|
||||||
- name: Set up Node
|
uses: ydataai/create-tag@v1
|
||||||
uses: actions/setup-node@v1
|
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
tag: "nightly"
|
||||||
|
message: "Nightly Tag"
|
||||||
- name: Opening pull request
|
|
||||||
id: pull
|
|
||||||
uses: tretuna/sync-branches@1.4.0
|
|
||||||
with:
|
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
FROM_BRANCH: "main"
|
|
||||||
TO_BRANCH: "nightly"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue