10 lines
135 B
YAML
10 lines
135 B
YAML
name: Update the stickers
|
|
on:
|
|
push:
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
update:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|