Skip to content

Commit 022630d

Browse files
authored
Update new-release-chart.yml
1 parent 7b643dd commit 022630d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/new-release-chart.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ env:
66
workflow_name: 'release 2 tag release docker push' # needed in cache key, which doesn't support comma's
77
on:
88
workflow_dispatch:
9+
inputs:
10+
upload_url:
11+
description: 'Where to upload the artifact (i.e. https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name,label})'
12+
required: true
913

1014
jobs:
1115
release-chart:

0 commit comments

Comments
 (0)