As the title says, does anybody have any neat tricks when you want to use an action from the github marketplace, but it looks for config files specifically in the .github folder? (example that i want to use is this: Release Drafter · Actions · GitHub Marketplace · GitHub)
I guess the easiest thing, and what i suspect most do, is just create a .github folder for the config file in their gitea repos? Ultimately if i have to do that, its not that big of a deal.
But i thought i find out if there is any cool tricks or work arounds people are doing on gitea? I mean at the end of the day the action is just a repo of code we clone to our runner, so there is nothing stopping us from changing that code right? Is it much hassle to modify a github action, and cache it to our gitea instance? using that as an action instead?
Any thoughts or advice would be appreciated