WrapEarnPass created an issue (geany/geany-plugins#1597) The build workflow seems to refer to run: echo "cppcheck_tag=$(curl -s https://api.github.com/repos/danmar/cppcheck/releases/latest | jq .tag_name)" >> $GITHUB_OUTPUT
https://github.com/cppcheck-opensource/cppcheck is the correct repo. https://api.github.com/repos/cppcheck-opensource/cppcheck/releases/latest. There is currently a redirect, so it isn't broken. However, slightly futher down: ```curl -s https://api.github.com/repos/danmar/cppcheck/releases/latest | jq .tarball_url``` This resolves to NULL. ``` curl -s https://api.github.com/repos/danmar/cppcheck/releases/latest | jq .tarball_url null ``` That is broken. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1597 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
