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

Make sure that the ref is used when collecting integration manifest #4230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richo
Copy link

@richo richo commented Nov 28, 2024

Fixes #4229

.. Or at least did locally, I had to patch a few things to make the action run in my local environment.

You could also just make async_get_integration_manifest not take ref as an argument at all and take it from the self object but I didn't spend a whole lot of time seeing how else it is used.

I believe this will now work - I had a little trouble detangling https://github.com/hacs/integration/blob/main/action/action.py#L115-L136 to figure out whether or not ref will get correctly set on pushes and pull requests and because the action lives in action and not this repository it wasn't immediately clear to me how to wire this up to my runs.

@richo
Copy link
Author

richo commented Dec 9, 2024

Just wanted to bump this- this isn't exactly blocking me from moving forward but I would prefer to have this work on a branch before I push HACS support to main on my integration.

I'm also very happy to rework this implementations, this just seemed like the easiest path forward at the time.

@ludeeus
Copy link
Member

ludeeus commented Dec 9, 2024

I will most likely prepare a new release later this month, Ill take a closer look at this then.

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

Successfully merging this pull request may close these issues.

Action just reports Not Found
2 participants