40ants / 40ants/github-actions
Strategy / matrix / include should be processed
未關閉
enhancement
help wanted
- 主要語言
- Common Lisp
- 星號
- 13
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The following 2 strategy matrix are identical:
```
matrix:
scalaVersion: ["2.13.6", "2.13.7"]
```
equals
```
matrix:
include:
- scalaVersion: "2.13.6"
- scalaVersion: "2.13.7"
```
But only the first one can be parse successfully and generate the proper badge
The second produces multiple jobs in github actions, but as a badge they cannot be identified:

Is this a known limitation?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。