We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
packages-dir
packages_dir
2 parents 2ae9caf + a8ddac2 commit e777b33Copy full SHA for e777b33
README.md
@@ -98,7 +98,7 @@ would now look like:
98
with:
99
user: __token__
100
password: ${{ secrets.pypi_password }}
101
- packages-dir: custom-dir/
+ packages_dir: custom-dir/
102
```
103
104
## License
action.yml
@@ -12,7 +12,7 @@ inputs:
12
repository_url:
13
description: The repository URL to use
14
required: false
15
- packages-dir:
+ packages_dir:
16
description: The target directory for distribution
17
18
default: dist
@@ -26,4 +26,4 @@ runs:
26
- ${{ inputs.user }}
27
- ${{ inputs.password }}
28
- ${{ inputs.repository_url }}
29
- - ${{ inputs.packages-dir }}
+ - ${{ inputs.packages_dir }}
0 commit comments