Skip to content

This is a functional change, the Action now only posts a message, there is no message creation within the Action

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeffpatton1971 jeffpatton1971 released this 16 Jan 21:05
· 13 commits to main since this release

[0.0.2.1] - 2024-01-16

This is a functional change, the Action now only posts a message, there is no message creation within the Action. This can be externalized by some other process.

What's Changed:

  1. Removed message creation logic
  2. Added logic to test incoming message
    1. If plain-text, create a record and repo then post
    2. If it's a record object missing a repo, one is constrcuted and then posted
    3. If it's a proper bsky post object, it's posted
  3. Moved the apikey and identifier into env variables
  4. Added verbose logic