Power-MIAB create
Power-Mail-in-a-Box has an upgraded API interface which requires a slightly modified call mechanism to create TXT records. This was previously added to dns_miab.sh, but the conflict has necessitated this separate api_pmiab.sh.
Welcome First thing: don't send PR to the master branch, please send to the dev branch instead. Please make sure you've read our DNS API Dev Guide and DNS-API-Test. Then reply on this message, otherwise, your code will not be reviewed or merged. We look forward to reviewing your Pull request shortly ✨ 注意: 必须通过了 DNS-API-Test 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.
First attempt pull-request was wrong, hence this new one.
Bump
https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test
https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Test
Below it shows all checks have passed? Sorry if I'm ignorant of the process, but what did I miss, @Neilpang ?
https://github.com/lifeboy/acme.sh/actions/runs/11363252926
All checks are now completed successfully.
@Neilpang, is there something I still have to do before this can be merged?
https://github.com/lifeboy/acme.sh/actions/runs/11813151134
https://github.com/lifeboy/acme.sh/actions/runs/11813151134
I need some actual pointers on how to address this issue. The log that github generates doesn't show the detail of why a script fails. It's doesn't show the values it uses for the tests, it only shows '******' and I have searched for a long time how to work out what goes wrong. I rerun the same thing a couple of times, recreate the secrets and then suddenly it runs fine. No reasons giving and I'm none the wiser. Surely this is not the way to do software testing?? Shooting shots into the dark without knowing what's going on??