Skip to content

Commit 2e22fcf

Browse files
committed
Document exposed lane_context keys
1 parent 7bc671c commit 2e22fcf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/upload_build_to_apps_cdn.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,15 @@ def self.is_supported?(platform)
281281
true
282282
end
283283

284+
def self.output
285+
[
286+
['APPS_CDN_UPLOADED_FILE_URL', 'The URL of the uploaded file'],
287+
['APPS_CDN_UPLOADED_FILE_ID', 'The ID of the uploaded file'],
288+
['APPS_CDN_UPLOADED_POST_ID', 'The ID of the post / page created for the uploaded build'],
289+
['APPS_CDN_UPLOADED_POST_URL', 'The URL of the post / page created for the uploaded build'],
290+
]
291+
end
292+
284293
def self.example_code
285294
[
286295
'upload_build_to_apps_cdn(

0 commit comments

Comments
 (0)