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

use-actions-summary input is not recognizable #516

Open
ayoubissaadext opened this issue Aug 6, 2024 · 3 comments
Open

use-actions-summary input is not recognizable #516

ayoubissaadext opened this issue Aug 6, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ayoubissaadext
Copy link

Bug Description

The 'use-actions-summary' input is no longer recognizable, causing an unexpected error, stating it's an unrecognized input.

Steps to Reproduce

  1. Use dorny/[email protected]
  2. Add 'use-actions-summary' input
  3. Run the workflow
  4. Check workflow summary for error annotation

Expected Behavior

  • If input has been removed: Update README to reflect this change
  • If input is still valid: Then for some reason it's not working, and I can't see anything on the summary page

Screenshot

image

Additional Notes

Can you please clarify the current status of the 'use-actions-summary' input ? sorry if I'm missing something

@ayoubissaadext ayoubissaadext added the bug Something isn't working label Aug 6, 2024
@ayoubissaadext
Copy link
Author

Sorry, I just figured this out.

use-actions-summary is actually a new feature that has been introduced recently and only available on the main branch, not part of any of the current release (up to v1.9.1)
Is it possible to clarify this in the Readme page ?

If you want to use this feature in your workflow before it on an official release, you can use the following:

- name: Publish Tests Report
   uses: dorny/test-reporter@95058abb17504553158e70e2c058fe1fda4392c2

@alevincenzi
Copy link

Hi
I'm using dorny/test-reporter@v1 and I confirm the same behavior for badge-title:

image

@BryanCrotazGivEnergy
Copy link

tried 95058ab

with use-actions-summary: true and no output to action summary. What' the right way to use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants