Antonio K.
Antonio K.
Bump. Issue reproduces with both `appleboy/[email protected]` and `appleboy/[email protected]`
maybe also related to #66
Bump. This affects me too after snap updated to 3.0.0. Reverting don't helps: ``` # snap list certbot Name Version Rev Tracking Publisher Notes certbot 3.0.0 4182 latest/stable certbot-eff✓ classic...
@dogsbody it seems that `snap revert` is only an option for those systems where an older version (2.x) of `certbot` snap was previously installed, but is not an option for...
> you can force an install of the older version > `snap refresh certbot --revision 3834` That workaround is real suitable for me, thank you @mallorn!
After some experimentation, I was able to reproduce the issue with a minimal amount of code. So this works fine (legacy version): ```yml - name: Send telegram notification v0.1.1 id:...
could be explicitly fixed by replacing all `_` symbols with `\_`, like this: ```yml - name: Send telegram notification v1.0.0 id: notify_tg_v100 if: ${{always()}} uses: appleboy/[email protected] with: to: ${{secrets.TELEGRAM_DEBUG_CHAT}} token:...
This problem does not reproduce on the previous v1.5.0: ``` time=2025-10-23T04:59:54.127Z level=INFO source=exporter.go:126 msg=nginx-prometheus-exporter version="(version=1.5.0, branch=HEAD, revision=b14979c9f3634dcd5a2b158874e713beb3aca3d7)" ```