Skip to content

Commit

Permalink
squash - intermediate work
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 26, 2024
1 parent e69ef0f commit 222279a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ jobs:
// workflow dispatch will be a drop-down of different options
if (context.eventName === "workflow_dispatch") {
console.log('inputs was: ' + ${{ inputs }})
const inputs = ${{ toJSON(inputs) }}
osArray = inputs['operatingSystems']
osArray = JSON.parse(inputs['operatingSystems'])
console.log('inputs is: ' + JSON.stringify(inputs))
console.log('osArray is: ' + osArray)
}
Expand Down

0 comments on commit 222279a

Please sign in to comment.