Skip to content

chore: 🔧 Port linked storage to SB Create integration #2328

chore: 🔧 Port linked storage to SB Create integration

chore: 🔧 Port linked storage to SB Create integration #2328

Workflow file for this run

name: Mod Build
on:
workflow_dispatch:
inputs:
changelog_range:
description: Optional git commit range for release changelog generation, e.g. abc123^..def456
required: false
type: string
push:
jobs:
mod_build:
permissions:
contents: read
packages: write
uses: P3pp3rF1y/MultiWorkspace/.github/workflows/mod-build-template.yml@1.21.x
with:
changelog_range: ${{ inputs.changelog_range || '' }}
secrets: inherit