Skip to content

Commit

Permalink
Change input type choice to string
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor authored Mar 14, 2024
1 parent 9ec6969 commit c5ef8b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
inputs:
browser:
required: true
type: choice
options: [firefox, chrome, edge]
type: string
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c5ef8b0

Please sign in to comment.