Skip to content

55 [ci][github][action][workflow] github action intro

how to add manual trigger

need workflow_dispatch.

name: update lockfile
on:
  # Scheduled update (each day)
  schedule: [{ cron: "30 01 * * *" }]
  workflow_dispatch: