feat: add games to the listfor geyser yupdates

This commit is contained in:
silver 2025-05-07 21:56:39 +01:00
parent 422e2bef17
commit 93493a971c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -46,3 +46,8 @@ jobs:
with: with:
branch: "anime_manga" branch: "anime_manga"
token: ${{ secrets.PIPELINE_TOKEN }} token: ${{ secrets.PIPELINE_TOKEN }}
- name: "games"
uses: ./.forgejo/actions/update_branch
with:
branch: "games"
token: ${{ secrets.PIPELINE_TOKEN }}