@jiggai/recipes 0.4.28 → 0.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -765,7 +765,8 @@ See: [OUTBOUND_POSTING.md](OUTBOUND_POSTING.md)
|
|
|
765
765
|
If you rely on a controller-local custom posting patch:
|
|
766
766
|
- you may need to reapply that patch after install/update
|
|
767
767
|
- you may need to tell your assistant to turn workflow posting back on
|
|
768
|
-
- RJ's current public gist for the `marketing.post_all` patch is: <https://gist.github.com/rjdjohnston/
|
|
768
|
+
- RJ's current public gist for the `marketing.post_all` patch is: <https://gist.github.com/rjdjohnston/2440a776529829e7d1c0d5d949f6e631>
|
|
769
|
+
- Note: Updated for current file structure (`workflow-worker.ts` vs old `workflow-runner.ts`)
|
|
769
770
|
|
|
770
771
|
So if a workflow runs but does not actually post, check your posting path before blaming the runner.
|
|
771
772
|
|
package/openclaw.plugin.json
CHANGED