workflows
Some checks failed
Auto-Merge Dev / auto-merge-dev (push) Failing after 1m18s

This commit is contained in:
2025-09-02 00:46:34 +02:00
parent 67e7fe35f9
commit 1ded384fd7
6 changed files with 218 additions and 3 deletions

View File

@@ -19,7 +19,15 @@ jobs:
runs-on: windows # Ejecutar directamente en el host Windows
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Configure git user
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
shell: powershell
- name: Merge changes from dev
run: |