From 93493a971caf4184c0900d0f2b0f3c2ad02558b4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 May 2025 21:56:39 +0100 Subject: [PATCH] feat: add games to the listfor geyser yupdates --- .forgejo/workflows/geyser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 6decff4..cf7a7d2 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -46,3 +46,8 @@ jobs: with: branch: "anime_manga" token: ${{ secrets.PIPELINE_TOKEN }} + - name: "games" + uses: ./.forgejo/actions/update_branch + with: + branch: "games" + token: ${{ secrets.PIPELINE_TOKEN }}