We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b643dd commit 022630dCopy full SHA for 022630d
.github/workflows/new-release-chart.yml
@@ -6,6 +6,10 @@ env:
6
workflow_name: 'release 2 tag release docker push' # needed in cache key, which doesn't support comma's
7
on:
8
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
13
14
jobs:
15
release-chart:
0 commit comments