Is it possible to have a dynamic strategy matrix in a workflow in GitHub Actions?

后端 未结 0 1303
名媛妹妹
名媛妹妹 2020-11-29 10:30

I would like to specify a strategy matrix dynamically within the workflow. So, instead of:

strategy:
  matrix:
    foo: [bar, baz]

I want to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题