feat: workflow to update actions dist #4919
Annotations
3 errors
actionlint:
.github/workflows/update-actions-dist-post-commit.yml#L38
input type of workflow_dispatch event must be one of "string", "boolean", "choice", "environment" but got "number"
```
type: number
^~~~~~
```
|
actionlint:
.github/workflows/update-actions-dist-post-commit.yml#L60
shellcheck reported issue in this script: SC2038:warning:1:1: Use -print0/-0 or -exec + to allow for non-alphanumeric filenames
```
run: |
^~~~
```
|
actionlint
Process completed with exit code 2.
|
Loading