Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Dec 18, 2024
1 parent b0f765a commit 89882d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs:
output-dir:
default: "workflow_scripts"
disable:
shellcheck-disable:
default: ""
outputs:
output-dir:
Expand All @@ -27,6 +27,6 @@ runs:
args+=("$input_dir" "$output_dir")
python "${GITHUB_ACTION_PATH}/gha_extract_shell_scripts.py" "${args[@]}"
env:
disable: ${{ inputs.disable }}
disable: ${{ inputs.shellcheck-disable }}
input_dir: .github/workflows
output_dir: ${{ inputs.output-dir }}

0 comments on commit 89882d8

Please sign in to comment.