Packages › trotsky › StepCreatePost › apply
StepCreatePost.apply() method
Executes the create-post step by sending a request to the Bluesky service and assigning the returned URI and CID to this.output
.
Signature:
typescript
apply(): Promise<void>;
Returns:
Promise<void>