mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
- replaces syntax to yaml multi-line, apparently `${{ ... }}` was only
needed because the expression starts with a `!`
- since GitHub workflows only have literals for booleans, null, number,
and string, we need to use `fromJSON` in order to create an array as
per the example given in the docs for `contains`
see also:
- https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idif
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example-matching-an-array-of-strings
- https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#literals
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
|
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| dependabot.yml | ||
| pull_request_template.md | ||