Alastair Mooney
Alastair Mooney
> Not a bug > First, init you need to use > > `bsCustomFileInput.init()` > > In method (add new element) > > `bsCustomFileInput.destroy();` > `bsCustomFileInput.init();` This only worked for...
I'm getting this problem even when I have a device set up, regardless of `otp_required`.
I have thought about this and it is on a list of things to maybe look at in future. I've not added it yet because `TODO` seems to be standard...
Those are great suggestions! Will try and have a look when I can but as always PRs are welcome.
I've just pushed a commit for this functionality. I've not created an actual release for it yet but will do soon. Example usage (add to `workflow.yml`): `IDENTIFIERS: '[{"name": "TODO", "labels":...
Now live in `v4.7`. 😄
Hmm… Looks like the action isn’t building the correct URL, so it’s returning a bad response. I’ll try and test/fix this tomorrow. Thanks for the heads up.
I've just tried to run the action on an initial commit and it seemed to work fine for me. Please could you share with me your workflow file, or the...
I just had a look at your public repos and saw that. I think the problem here is that you are using a very old version where there was no...
Ah. Looking at the logs, it's saying the before SHA is `33d603fa237dd605a7c5b7b02a833b648a02c184`, but it looks like that commit no longer exists as you've amended it. I think that is where...