Fred Bradley
Fred Bradley
Can I have some help! 🙏
Perhaps... I’ll try some more testing today perhaps with a few more than just two commits.
I get the same output as @BelKed.
Is it to do with the additional use of `stefanzweifel/git-auto-commit-action@v4` in my action which always adds the `chore(release)` commit? I've just added a [v0.6.0](https://github.com/fredbradley/actions-test/releases/tag/v0.6.0) with many more commits, and no...
In https://github.com/fredbradley/actions-test/releases/tag/v0.7.0 I've removed the other @stefanzweifel action, and now the changelog shows all commits as expected. So I guess I need to work out what it is with the...
So - I managed to do it yesterday with a bit of trial and error. One issue (and possibly why the maintainer has done the minimum in the way that...
Plus 1 here...
Just by way of a plus one... saving the `attachment_id` would be far more useful than saving the full url. I want to allow users to upload one file (it's...
Hi @Sammyjo20, I wasn't sure there was need to make it into a trait. It's a one class Authenticator, just like the other Authenticators. Usage: ``` protected function defaultAuth(): ?Authenticator...