stickerpicker/.forgejo/workflows/update.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!seq into model.Job
2025-01-27 13:12:08 -08:00

10 lines
135 B
YAML

name: Update the stickers
on:
push:
branches:
- "*"
jobs:
update:
- name: Checkout
uses: actions/checkout@v4