Skip to content

Releases: BeksOmega/jules-action

Version 1 - Initial release

Choose a tag to compare

@BeksOmega BeksOmega released this 17 Nov 05:10
011e4a2
v1.0.0

Update README.md

Use a composite action instead a reusable workflow

Choose a tag to compare

@BeksOmega BeksOmega released this 16 Nov 08:07
4472596
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?

Choose a tag to compare

@BeksOmega BeksOmega released this 16 Nov 07:31
cc0198a
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

Choose a tag to compare

@BeksOmega BeksOmega released this 16 Nov 05:36
c20d5e8

Create initial release for testing