|
|
|
|
|
by newman314
1363 days ago
|
|
I generally like Actions but occasionally run into limitations (possibly my own). For example, I'd like to build an action that triggers a documentation update based on the path and filename that is changed. on:
push:
branches:
- main
paths:
- */README.md
But there does not appear to be a way to pass a list of changed paths to the job. |
|
*EDIT* Or in multiple directories but grouped into multiple documentation directories.