From f7e7a4c99c699a8ba8f2e7ec439b2d14bffb5609 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 25 Feb 2025 11:02:09 +0100 Subject: [PATCH] fix --- .github/workflows/process-templates.yaml | 4 ++-- workflow-templates/process-templates.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/process-templates.yaml b/.github/workflows/process-templates.yaml index 81e2da0d2..c77914192 100644 --- a/.github/workflows/process-templates.yaml +++ b/.github/workflows/process-templates.yaml @@ -22,7 +22,7 @@ jobs: node-version: 22 - name: Install dependencies run: | - yarn add js-yaml lodash + yarn add -W js-yaml lodash - name: Run workflow generation run: | yarn workflows @@ -34,7 +34,7 @@ jobs: run: | # Only commit if there are changes if [[ -n "$(git status --porcelain)" ]]; then - git add . + git add .github/workflows git commit -m "chore: auto-update github workflows" else echo "No changes to commit" diff --git a/workflow-templates/process-templates.yaml b/workflow-templates/process-templates.yaml index dab56455f..77c9f33ae 100644 --- a/workflow-templates/process-templates.yaml +++ b/workflow-templates/process-templates.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - yarn add js-yaml lodash + yarn add -W js-yaml lodash - name: Run workflow generation run: | @@ -39,7 +39,7 @@ jobs: run: | # Only commit if there are changes if [[ -n "$(git status --porcelain)" ]]; then - git add . + git add .github/workflows git commit -m "chore: auto-update github workflows" else echo "No changes to commit"