All checks were successful
Update the stickers / update (push) Successful in 5s
12 lines
177 B
YAML
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
|