Skip to content

Commit e777b33

Browse files
authored
Turn packages-dir param into packages_dir
PR #21 by @samuelhwilliams
2 parents 2ae9caf + a8ddac2 commit e777b33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ would now look like:
9898
with:
9999
user: __token__
100100
password: ${{ secrets.pypi_password }}
101-
packages-dir: custom-dir/
101+
packages_dir: custom-dir/
102102
```
103103

104104
## License

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
repository_url:
1313
description: The repository URL to use
1414
required: false
15-
packages-dir:
15+
packages_dir:
1616
description: The target directory for distribution
1717
required: false
1818
default: dist
@@ -26,4 +26,4 @@ runs:
2626
- ${{ inputs.user }}
2727
- ${{ inputs.password }}
2828
- ${{ inputs.repository_url }}
29-
- ${{ inputs.packages-dir }}
29+
- ${{ inputs.packages_dir }}

0 commit comments

Comments
 (0)