Skip to content

Update

Update #29

Workflow file for this run

name: Update
on:
workflow_dispatch:
schedule: [{ cron: "0 0 * * 0" }]
jobs:
update:
name: Maintain
uses: luisfalconmx/.github/.github/workflows/update.yml@main
with:
screenshot: false
secrets:
PERSONAL_ACCESS_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}