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 ce746fd commit 12a35cdCopy full SHA for 12a35cd
action.yml
@@ -35,6 +35,7 @@ runs:
35
- ${{ inputs.access_token_url }}
36
- ${{ inputs.zip }}
37
- ${{ inputs.notes }}
38
+ - ${{ inputs.debug }}
39
branding:
40
icon: 'book'
41
color: 'blue'
entrypoint.py
@@ -6,7 +6,7 @@
6
from edge_addons_api.client import Client, Options
7
from edge_addons_api.exceptions import UploadException
8
9
-if len(sys.argv) != 8:
+if len(sys.argv) < 6:
10
print("Incorrect number of arguments given. Please check action parameters")
11
sys.exit(1)
12
0 commit comments