mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
try to fix process templates
This commit is contained in:
3
.github/workflows/process-templates.yaml
vendored
3
.github/workflows/process-templates.yaml
vendored
@@ -16,6 +16,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}
|
token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}
|
||||||
|
- name: git pull
|
||||||
|
run: |
|
||||||
|
git pull
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}
|
token: ${{ secrets.WORKFLOW_CHANGE_ACCESS_TOKEN }}
|
||||||
|
|
||||||
|
- name: git pull
|
||||||
|
run: |
|
||||||
|
git pull
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user