Infer app_name from publish profile if provided, make app_name optional #179
moselhy
started this conversation in
Feature asks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If a publish profile is provided like this, the
app_name
action parameter can be inferred from values likeuserName.slice(1)
,publishUrl.split('.')[0]
, instead of being a required parameter.Beta Was this translation helpful? Give feedback.
All reactions