чистота и целостность разума
Aug. 28th, 2021 01:20 pmЕсли вы хотите знать про производственную культуру в гитхабе, то можете посмотреть на их систему типов для actions:
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#operators
При сравнении строки с числом:
Parsed from any legal JSON number format, otherwise NaN.
Note: empty string returns 0.
GitHub ignores case when comparing strings.
GitHub offers a set of built-in functions that you can use in expressions. Some functions cast values to a string to perform comparisons.
... Списки нельзя передавать как значения. Официальный совет - заворачивать toJSON и разворачивать fromJSON.
/face /palm
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#operators
При сравнении строки с числом:
Parsed from any legal JSON number format, otherwise NaN.
Note: empty string returns 0.
GitHub ignores case when comparing strings.
GitHub offers a set of built-in functions that you can use in expressions. Some functions cast values to a string to perform comparisons.
... Списки нельзя передавать как значения. Официальный совет - заворачивать toJSON и разворачивать fromJSON.
/face /palm