Skip to content

Manual Trigger for Auto Bump #15

Manual Trigger for Auto Bump

Manual Trigger for Auto Bump #15

name: Manual Trigger for Auto Bump
on:
workflow_dispatch:
inputs:
chart:
description: "Chart name"
required: true
default: "example-chart"
branch:
description: "Branch name (only dev branches)"
required: true
default: "dev-v2.10"
jobs:
auto-bump:
uses: ./.github/workflows/auto-bump.yaml

Check failure on line 18 in .github/workflows/auto-bump-manual-trigger.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-bump-manual-trigger.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-bump-manual-trigger.yaml" -> "./.github/workflows/auto-bump.yaml" (source branch with sha:2dfaec4b49d435ed4015679a2d32aac8a5224656) : You have an error in your yaml syntax on line 81
with:
eventPayload: '{"chart": "${{ github.event.inputs.chart }}", "branch": "${{ github.event.inputs.branch }}"}'