stickerpicker/.forgejo/workflows/update.yml
Seven Of Aces c288141b45
All checks were successful
Update the stickers / update (push) Successful in 5s
.
2025-01-27 13:15:45 -08:00

12 lines
177 B
YAML

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