-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show list of environment variables in actions' parameters table #1124
Comments
I feel like I tried to achieve this a few years ago, as I had the exact same thought as you described above. |
Thanks for the input @janpio ! Good to know I'm not the only one 🙈 |
👍👍👍👍👍👍 Love to see this change! I might have a look at this to see how we can do this 😄 |
That'd be amazing @ainame ! |
It was super boring thing to do. We can just edit this markdown to add additional column and put BUT I got stuck in setting up local dev environment for this project😂 I mean I managed to install Python 3.8.2 and run |
@ainame would you be so kind and also update this repo's README with troubleshooting when/if you figure it out? I was also never able to set up my local env 😢 And I vote for the same position in the table as shown when you
|
Hi @ainame @rogerluan, I tried to build docs before using So if you want to try it one more time, you could edit Edit: I've added a pull request with an update to README. |
Amazing! Thank you @lucgrabowski ! 🤩 |
Description
My proposal is to have actions' environment variables displaying in the their Parameters table, e.g. this one:
The environment variables would be a new column.
This would save users from being forced to run
fastlane action lane_name
when they need to know the env var for their action (which's probably the most common scenario nowadays, specially for CI implementations).I know that these tables are automatically generated, but I have zero knowledge on how to implement this as of today 😄 I'd like to hear some feedback on this idea!
The text was updated successfully, but these errors were encountered: