Skip to content

Commit

Permalink
fix: check copyright license action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo-battista committed Jun 27, 2023
1 parent 3539838 commit dfe42e0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/check-copyright-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ name: 'Check copyright license on files'
# Event for the workflow
on:
workflow_call:

inputs:
company:
description: Company name owner of the license
required: true
extensions:
description: Extensions list where license will add
required: true
inputs:
company:
description: Company name owner of the license
required: true
type: string
extensions:
description: Extensions list where license will add
required: true
type: string

# List of jobs
jobs:
Expand Down

0 comments on commit dfe42e0

Please sign in to comment.