Skip to content
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

Add a way to use environment variable for 'output' config #3816

Open
JarKz opened this issue Dec 8, 2024 · 0 comments · May be fixed by #3817
Open

Add a way to use environment variable for 'output' config #3816

JarKz opened this issue Dec 8, 2024 · 0 comments · May be fixed by #3817
Labels
enhancement New feature or request

Comments

@JarKz
Copy link

JarKz commented Dec 8, 2024

It can be done by parsing '$' char at begin of string (maybe after exclamation if present). Example of valid values:

"output": ["$FIRST_MONITOR", "!$SECONDARY_MONITOR", "DP-1"]

Maybe it's not a huge feature but for some setups where is important to set only value and share to all applications by environment variable. Especially if someone shares the same configurations between two computers (stationary and laptop) like me.

@github-actions github-actions bot added the enhancement New feature or request label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant