Remote Access your GitHub Actions via Browser based VS Code. Built using vscode server and Cloudflare tunnel
- Debug your GitHub Actions by Remote Accessing your Github Action Runner
- Continue your Workflows afterwards
video.mp4
- Linux
- macOS
- Windows
steps:
- uses: fawazahmed0/action-debug-vscode@main
The URL to access the vs code will be printed in Github Actions log.
Default token is root
. You can change it to something else.
steps:
- uses: fawazahmed0/action-debug-vscode@main
with:
token: "root"
Also you need to set your token in url, eg: tkn=root
If you want to continue a workflow, just create an empty file with the name continue
in the project directory.
God 🙏 (Remember! Be thankful to God)