Originally created by @ruby109 on GitHub (Mar 12, 2024).
like I have a yml:
targetA :dependencies:- A- BtargetB:dependencies:- A- B
I only want to write the dependencies part once and use it in different target. How can I do it in pkl?
Originally created by @ruby109 on GitHub (Mar 12, 2024).
like I have a yml:
``` yaml
targetA :
dependencies:
- A
- B
targetB:
dependencies:
- A
- B
```
I only want to write the `dependencies` part once and use it in different target. How can I do it in pkl?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ruby109 on GitHub (Mar 12, 2024).
like I have a yml:
I only want to write the
dependenciespart once and use it in different target. How can I do it in pkl?@odenix commented on GitHub (Mar 12, 2024):
PS: I'd recommend to post questions under "Discussions".
@ruby109 commented on GitHub (Mar 12, 2024):
@translatenix
Thank you very much.
I will pay attention next time🙇