dev-sys-do / sealci

A Rust Continuous Integration Framework
Apache License 2.0
10 stars 0 forks source link

feat: Add repo URL to Action in agent_client.rs #49

Open benoit-planche opened 2 weeks ago

benoit-planche commented 2 weeks ago

The repo_url field is added to the Action struct in agent_client.rs to include the repository URL. This change allows for better tracking and identification of the repository associated with the action.

Note: This commit message follows the established convention of using a prefix (feat) to indicate the type of change and provides a clear and concise description of the code modification.