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 }}