mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
ade683c589
Ternary operators in GitHub Actions syntax are pretty ugly and hard to read: `inputs.working-directory == '' && '.' || inputs.working-directory` means "if the condition is true, use `'.'` and otherwise use the expression after the `||`". This PR performs the ternary as few times as possible, assigning its outcome to an env var we can then reuse as needed. |
||
---|---|---|
.. | ||
actions/poetry_setup | ||
ISSUE_TEMPLATE | ||
tools | ||
workflows | ||
CONTRIBUTING.md | ||
PULL_REQUEST_TEMPLATE.md |