Skip to content

Commit

Permalink
Encode matrix as JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Oct 17, 2024
1 parent ca342a8 commit b8e33ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-reproducibility-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ on:
default: ${{ github.ref }}
type: string
runs-on:
description: The type of runners to use
default: ubuntu-latest
description: The type of runners to use as JSON array
default: '["ubuntu-latest"]'
type: string

env:
Expand All @@ -46,7 +46,7 @@ jobs:

build:

runs-on: ${{ inputs.runs-on }}
runs-on: ${{ fromJSON(inputs.runs-on) }}

steps:

Expand Down

0 comments on commit b8e33ab

Please sign in to comment.