Skip to content

Add a recurring Action to refresh data and redeploy #2

@ezekg

Description

@ezekg

Tired of manually doing it. GitHub supports a cron schedule, iirc:

on:
  workflow_dispatch:
  push:
    branches: [master]
  schedule:
    - cron: '0 0 * * *' # midnight every day

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions