mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 16:46:00 +00:00
fix
This commit is contained in:
4
.github/workflows/process-templates.yaml
vendored
4
.github/workflows/process-templates.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
yarn add js-yaml lodash
|
yarn add -W js-yaml lodash
|
||||||
- name: Run workflow generation
|
- name: Run workflow generation
|
||||||
run: |
|
run: |
|
||||||
yarn workflows
|
yarn workflows
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Only commit if there are changes
|
# Only commit if there are changes
|
||||||
if [[ -n "$(git status --porcelain)" ]]; then
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
git add .
|
git add .github/workflows
|
||||||
git commit -m "chore: auto-update github workflows"
|
git commit -m "chore: auto-update github workflows"
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
yarn add js-yaml lodash
|
yarn add -W js-yaml lodash
|
||||||
|
|
||||||
- name: Run workflow generation
|
- name: Run workflow generation
|
||||||
run: |
|
run: |
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Only commit if there are changes
|
# Only commit if there are changes
|
||||||
if [[ -n "$(git status --porcelain)" ]]; then
|
if [[ -n "$(git status --porcelain)" ]]; then
|
||||||
git add .
|
git add .github/workflows
|
||||||
git commit -m "chore: auto-update github workflows"
|
git commit -m "chore: auto-update github workflows"
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user