You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the following was a welcome addition to the runner yaml syntax:
defaults:
run:
working-directory: scripts
Some repos are actually several projects/packages/gems, etc, and they may use this feature. Often, various config files would be located in the working-directory, and custom actions may be loading them.
Hence, exposing working-directory as an env variable would allow the custom actions to make use of it. At present, the setting only seems to be used by run/script actions...
NOTE: if the feature request has been agreed upon then the assignee will create an ADR. See docs/adrs/README.md
felangel, rethab, thisismydesign, wllenyj, pomSense and 3 more