Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Print operational status messages using info. #136

Closed
LanceMcCarthy opened this issue Aug 20, 2024 · 1 comment
Closed

[Feature] Print operational status messages using info. #136

LanceMcCarthy opened this issue Aug 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@LanceMcCarthy
Copy link
Owner

The output of the action is too clean, there's nothing that confirms it was successful other than the outputs being available in the following step/job.

This enhancement would re-introduce the core.info messages to the action:

  • core.info('Getting secrets...');
  • core.info('Exporting secrets...');
  • core.info('Complete');

This will help diagnostics in consumer workflows that are encountering issues, and the underlying SDK's output doesn't throw off their investigations.

@LanceMcCarthy LanceMcCarthy added the enhancement New feature or request label Aug 20, 2024
@LanceMcCarthy LanceMcCarthy self-assigned this Aug 20, 2024
LanceMcCarthy added a commit that referenced this issue Aug 23, 2024
@LanceMcCarthy
Copy link
Owner Author

Enhancement completed in v4.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant