From 793c91b2545762417f2c2a986155453ffe86eaf4 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 9 Jan 2024 21:44:00 +0100 Subject: [PATCH] event cascading-prs need branches built out of the version each version for which events are collected need a different branch in the destination repository because they will open pull requests for each of the versions. --- .forgejo/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml index 3fee2aa..9ca830b 100644 --- a/.forgejo/workflows/actions.yml +++ b/.forgejo/workflows/actions.yml @@ -72,6 +72,7 @@ jobs: destination-repo: forgejo/docs destination-branch: ${{ matrix.info.branch || matrix.info.version }} destination-token: ${{ secrets.CASCADE_DOCS_DESTINATION_TOKEN }} + prefix: ${{ env.GITHUB_REPOSITORY }}-${{ matrix.info.version }} update: .forgejo/cascading-docs env: VERSION: "${{ steps.run.outputs.full_version }}"