This commit is contained in:
SPRINX0\prochazka
2025-02-25 11:02:09 +01:00
parent 58c318b5cf
commit f7e7a4c99c
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"