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.
This commit is contained in:
parent
cb4932192a
commit
793c91b254
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ jobs:
|
||||||
destination-repo: forgejo/docs
|
destination-repo: forgejo/docs
|
||||||
destination-branch: ${{ matrix.info.branch || matrix.info.version }}
|
destination-branch: ${{ matrix.info.branch || matrix.info.version }}
|
||||||
destination-token: ${{ secrets.CASCADE_DOCS_DESTINATION_TOKEN }}
|
destination-token: ${{ secrets.CASCADE_DOCS_DESTINATION_TOKEN }}
|
||||||
|
prefix: ${{ env.GITHUB_REPOSITORY }}-${{ matrix.info.version }}
|
||||||
update: .forgejo/cascading-docs
|
update: .forgejo/cascading-docs
|
||||||
env:
|
env:
|
||||||
VERSION: "${{ steps.run.outputs.full_version }}"
|
VERSION: "${{ steps.run.outputs.full_version }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue