Skip to content

Commit

Permalink
chore: remove unused inputs in composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
elaguerta-nr committed May 27, 2024
1 parent 8a943a3 commit fce066b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/composite/fossa-composite/action.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
name: 'FOSSA Composite Action'
description: 'Shared action for running FOSSA workflows'
#inputs:
# FOSSA_API_KEY:
# description: 'API key for pushing results from fossa analyze'
# required: false
# ORG:
# description: 'github.repository_owner'
# required: true
# REPO:
# description: 'github.repository'
# required: true
# CUSTOM_PROPS_PAT:
# description: 'PAT for updating custom properties'
# required: true


runs:
using: 'composite'
steps:
Expand Down

0 comments on commit fce066b

Please sign in to comment.