mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
16 lines
399 B
YAML
16 lines
399 B
YAML
name: 'Verify Helm chart version bump'
|
|
description: 'Checks if the Helm chart version number has been bumped'
|
|
inputs:
|
|
chart:
|
|
description: 'Which chart to check'
|
|
required: true
|
|
base:
|
|
description: 'Ref to compare against'
|
|
required: false
|
|
token:
|
|
description: 'GitHub token'
|
|
default: '${{ github.token }}'
|
|
required: true
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|