This commit is contained in:
@@ -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: |
|
||||
|
Reference in New Issue
Block a user