mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Deleted custom-build workflow
- this is no longer needed because we added support to build from a branch
This commit is contained in:
parent
9730229968
commit
e8a0d5a300
1 changed files with 0 additions and 21 deletions
21
.github/workflows/custom-build.yml
vendored
21
.github/workflows/custom-build.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: Custom build
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
branch:
|
|
||||||
description: 'Branch to build from'
|
|
||||||
type: string
|
|
||||||
required: false
|
|
||||||
default: 'main'
|
|
||||||
version:
|
|
||||||
description: 'Version to build'
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
env:
|
|
||||||
FORCE_COLOR: 1
|
|
||||||
jobs:
|
|
||||||
custom:
|
|
||||||
uses: tryghost/actions/.github/workflows/custom.yml@main
|
|
||||||
with:
|
|
||||||
branch: ${{ inputs.branch }}
|
|
||||||
version: ${{ inputs.version }}
|
|
Loading…
Add table
Reference in a new issue