Skip to content

Commit

Permalink
Fix action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrizic committed Sep 12, 2024
1 parent 81332bd commit 4729c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ runs:
ENTERPRISE: ${{ inputs.enterprise }}
GITHUB_TOKEN: ${{ inputs.github-token }}
TEMPLATE_FILES: ${{ inputs.template-files }}
OUTPUT_FILES: ${{ inputs.markdown-files }}
OUTPUT_FILES: ${{ inputs.output-files }}
VERBOSE: ${{ inputs.verbose }}
OWN_DOMAINS: ${{ inputs.own-domains }}

0 comments on commit 4729c1f

Please sign in to comment.