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
+5-1Lines changed: 5 additions & 1 deletion
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
+
variable-name:
40
+
description: 'You can override the name of the variable name the action exports. This will work so long as set-output is true.'
41
+
required: false
42
+
39
43
set-output:
40
44
description: 'Determines if the returned data should be saved as an environment variable or not. This field defaults to `true`, but depending on your API response length you may need to toggle this.'
41
45
required: false
@@ -54,5 +58,5 @@ inputs:
54
58
required: false
55
59
56
60
outputs:
57
-
fetch-api-data:
61
+
fetchApiData:
58
62
description: 'The requested data from the API stored as a string.'
0 commit comments