mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
chore: add tests, update docs and actions (#299)
* docs: update documentation * feat: validate-inputs has it's own pyproject * security: mask DOCKERHUB_PASSWORD * chore: add tokens, checkout, recrete docs, integration tests * fix: add `statuses: write` permission to pr-lint
This commit is contained in:
@@ -11,6 +11,7 @@ Detects Python version from project configuration files using enhanced detection
|
||||
| name | description | required | default |
|
||||
|-------------------|-----------------------------------------------------------------|----------|---------|
|
||||
| `default-version` | <p>Default Python version to use if no version is detected.</p> | `false` | `3.12` |
|
||||
| `token` | <p>GitHub token for authentication</p> | `false` | `""` |
|
||||
|
||||
### Outputs
|
||||
|
||||
@@ -33,4 +34,10 @@ This action is a `composite` action.
|
||||
#
|
||||
# Required: false
|
||||
# Default: 3.12
|
||||
|
||||
token:
|
||||
# GitHub token for authentication
|
||||
#
|
||||
# Required: false
|
||||
# Default: ""
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user