Releases: BeksOmega/jules-action
Releases · BeksOmega/jules-action
Release list
Version 1 - Initial release
v1.0.0 Update README.md
Use a composite action instead a reusable workflow
refactor: convert to composite action (#6) Converts the Jules Invoke action from a reusable workflow to a composite action. This simplifies the action's structure and makes it easier to use as a step in other workflows. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Fix secret handling?
feat: Define Jules API key as a secret input (#5) This change defines the Jules API key as a secret input in the action.yaml file. This makes the action more flexible and reusable, as it is no longer tied to a specific secret name. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Version 0 - Beta
Create initial release for testing