Skip to content

Commit

Permalink
Use standard word separator for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior authored Oct 8, 2024
1 parent c12ba81 commit e403d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
default: "[]"
required: false
type: string
license_decisions:
license-decisions:
required: false
type: string
default: doc/dependency_decisions.yml
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: ./.github/workflows/license-compliance.yml
with:
workdir: "${{ inputs.workdir }}"
decisions: "${{ inputs.license_decisions }}"
decisions: "${{ inputs.license-decisions }}"

release:
needs: [build, license-compliance]
Expand Down

0 comments on commit e403d3d

Please sign in to comment.