Results 15 comments of AnActualEmerald

If you have a prebuilt file then you can just fill in all the required metadata fields with empty strings, basically the action naively sets up the project as if...

I can write up the docs for both soon, I'm going to be busy this weekend but I'll work on it when I get a chance

Ah that makes sense, I'll add that when I get a chance

I added a limit so the command will only accept files less than 1MB in size, which is pretty easily changed if you still think that's too high. The output...

I opened an issue there as well, https://github.com/PokeAPI/pokeapi/issues/1063. I have a fix in my fork that adds a branch to the endpoint macro for unnamed resources, assuming that his is...

Yes, and it looks like the PokeAPI docs have been updated with the corrected info (as discussed in https://github.com/PokeAPI/pokeapi/issues/1063) https://pokeapi.co/docs/v2#resource-listspagination-section.

Could you re-run that workflow and check the "enable debug" box, then post those logs please? I didn't see anything obviously wrong with your configuration so I'm not sure what's...

Okay I *think* I have an idea what's happening, I'm away from my computer right now so I can't test it myself though Try changing this: ```yml on: release: types:...

Oh I'm sorry I didn't notice this before, you aren't using the most recent version of the action which actually fixes that error: ```yml - uses: GreenTF/[email protected] ``` Should be...