Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 08:32
· 121 commits to main since this release

2.0.0 (2023-06-01)

  • workaround for array support (1a9ef0b)
    This is a workaround to be able to pass in several runner labels as a
    string. The runs_on input must be defined as an array, example:
    runs_on: "['self-hosted', 'linux']"