|
|
|
|
|
by coredog64
1363 days ago
|
|
It’s still early days. You can’t use “act” locally if you have a reusable workflow. And what bit me was that you can’t pass environment variables from the caller. My workaround was to write them to a file and then cat the file into $GITHUB_ENV in the reusable workflow. However, that then exposed me to the up thread bug about files. So now I also have to delete the file before creating it. Sigh. |
|