Skip to content

Commit

Permalink
fix: incorrect license definition
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 30, 2024
1 parent 737596d commit 241a67f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Changelog"
description: "Generate and commit CHANGELOG.md"
name: 'Changelog'
description: 'Generate and commit CHANGELOG.md'
inputs:
token:
description: Personal access token
default: ${{ github.token }}
required: false

runs:
using: "composite"
using: 'composite'
steps:
- uses: ory/ci/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion licenses/license-engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ALLOWED_LICENSES=(
'(MIT OR Apache-2.0)'
'(MIT OR CC0-1.0)'
'(MIT OR GPL-2.0)'
'(MIT AND CC-BY-3.0)
'(MIT AND CC-BY-3.0)'
'MPL-2.0'
'(MPL-2.0 OR Apache-2.0)'
'Public Domain'
Expand Down

0 comments on commit 241a67f

Please sign in to comment.