Skip to content

Commit af006e1

Browse files
Revert "feat: fixed additional args"
This reverts commit 1ca0237.
1 parent e9d43b1 commit af006e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ inputs:
1111
description: 'The folder containing the source files to format'
1212
required: true
1313
default: './'
14-
yapf-args:
15-
description: 'Additional arguments or flags for the YAPF command'
16-
required: false
1714

1815
runs:
1916
using: 'composite'
@@ -22,5 +19,5 @@ runs:
2219
run: pip install yapf
2320
shell: bash
2421
- id: invoke-yapf
25-
run: yapf --diff --recursive ${{ inputs.source-dir }} ${{ inputs.yapf-args }}
22+
run: yapf --diff --recursive ${{ inputs.source-dir }} $*
2623
shell: bash

0 commit comments

Comments
 (0)