This is a functional change, the Action now only posts a message, there is no message creation within the Action
Pre-release
Pre-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:
- Removed message creation logic
- Added logic to test incoming message
- If plain-text, create a record and repo then post
- If it's a record object missing a repo, one is constrcuted and then posted
- If it's a proper bsky post object, it's posted
- Moved the apikey and identifier into env variables
- Added verbose logic