Thanks to visit codestin.com
Credit goes to github.com

Skip to content

diario-vigentes

diario-vigentes #215

Workflow file for this run

# Sincroniza leyes y decretos nacionales en este repositorio
name: diario-vigentes
on:
workflow_dispatch:
inputs:
options:
description: 'Opciones de sync (por ej. --force, --top)'
required: false
type: string
default: ''
schedule:
- cron: "0 22 * * 1-5" # Lu-Vie 19hs
env:
DOTNET_NOLOGO: true
defaults:
run:
shell: pwsh
jobs:
run:
uses: ./.github/workflows/sync.yml
permissions:
contents: write
pull-requests: write
secrets: inherit
with:
options: --vigente ${{ github.event.inputs.options }}