10 lines
250 B
Markdown
10 lines
250 B
Markdown
# Python SSL Custom Certificates Debug Action
|
|
|
|
Run this action to debug if your custom SSL certificates are being used in your
|
|
Python actions.
|
|
|
|
```yaml
|
|
- name: Debug SSL Certificates
|
|
uses: https://hub.allspice.io/Actions/cert-debug-action@main
|
|
```
|