Skip to content

Commit cf42f89

Browse files
authored
refactor(pip-compile-upgrade): add extra-args input (#70)
coatl-dev/actions@v4.1.2
1 parent 26931fa commit cf42f89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pip-compile-upgrade.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ on:
2424
required: false
2525
type: string
2626
default: '.pip-tools.toml'
27+
extra-args:
28+
description: >-
29+
Extra arguments to pass to pip-compile.
30+
required: false
31+
type: string
32+
default: ''
2733
pr-create:
2834
description: >-
2935
Whether to create a Pull Request.
@@ -82,6 +88,7 @@ jobs:
8288
python-version: '${{ inputs.python-version }}'
8389
use-config: ${{ inputs.use-config }}
8490
config-file: ${{ inputs.config-file }}
91+
extra-args: ${{ inputs.extra-args }}
8592

8693
- name: Detect changes
8794
id: git-diff

0 commit comments

Comments
 (0)