🔍

Articles

How to Force Stop a GitHub Actions Workflow

If a GitHub Actions workflow gets stuck and normal cancellation does not work, you can stop it from the web UI, GitHub CLI, REST API, or by killing a self-hosted runner process.

HTML String to DOM

If you have an HTML string and you want to convert it into a Document Object Model (DOM) representation in JavaScript.