Skip to content

Commit 14b1899

Browse files
committed
Update cd-charts.yml
1 parent 61929b6 commit 14b1899

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/cd-charts.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Release Charts
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
chart:
7-
type: string
8-
description: Chart name (dgraph, ratel)
9-
required: true
105

116
permissions:
127
contents: write
@@ -32,4 +27,4 @@ jobs:
3227
env:
3328
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3429
with:
35-
charts_dir: "charts/${{ inputs.chart }}"
30+
charts_dir: charts

0 commit comments

Comments
 (0)