Note: This action has been deprecated in favour of action-debug-vscode
Remote Access your GitHub Actions via Browser Based Terminal. Built using ttyd and Cloudflare tunnel
- Debug your GitHub Actions by Remote Accessing your Github Action Runner
- Continue your Workflows afterwards
- Linux
- macOS
- Windows
steps:
- uses: fawazahmed0/action-debug@main
The URL to access the terminal will be printed in Github Actions log.
The default credentials are:
User: | Password: |
---|---|
admin | admin |
Set credentials in "user:password" format
steps:
- uses: fawazahmed0/action-debug@main
with:
credentials: "user:password"
If you want to continue a workflow, just create an empty file with the name continue
in the project directory by running touch continue
.
God 🙏 (Remember! Be thankful to God)