You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,10 @@ inputs:
36
36
description: 'You can override the name of the exported `.json` file by specifying a new one here. You should _not_ include the file extension in your name.'
37
37
required: false
38
38
39
+
debug:
40
+
description: 'If set to true the action will log the API responses it receives in the terminal.'
41
+
required: false
42
+
39
43
outputs:
40
44
fetch-api-data:
41
45
description: 'The requested data from the API stored as a string.'
0 commit comments