Skip to content

Commit

Permalink
Test for case insensitive workflow_dispatch inputs (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored May 23, 2022
1 parent e10ef84 commit 0a33e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
gharun -C testworkflows/inherit_secrets -s misc=topSecretVal
gharun -C testworkflows/reusablesCaseInsensitive
gharun -C testworkflows/workflow_dispatch workflow_dispatch -i misc=myInput -i si=UdHe -i bval=true -i bval2=false
gharun -C testworkflows/workflow_dispatch workflow_dispatch -i Misc=myInput -i SI=UdHe -i bVal=true -i BVAL2=false
- name: Windows Container Change Firewall Settings
if: contains(matrix.os, 'windows') && !job.container
run: |
Expand Down

0 comments on commit 0a33e37

Please sign in to comment.