.
All checks were successful
Update the stickers / update (push) Successful in 5s

This commit is contained in:
Mrrp 2025-01-27 13:15:45 -08:00
parent ddf7a05607
commit c288141b45
2 changed files with 17 additions and 13 deletions

View file

@ -8,6 +8,8 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set repository name to lowercase

View file

@ -6,5 +6,7 @@ on:
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4