Skip to content
terminal

GitHub Action

Debugging with browser

v2 Latest version

Debugging with browser

terminal

Debugging with browser

Debug your GitHub Actions by Accessing Terminal via Web Browser

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Debugging with browser

uses: fawazahmed0/action-debug@v2

Learn more about this action in fawazahmed0/action-debug

Choose a version

action-debug

Remote Access your GitHub Actions via Browser Based Terminal. Built using ttyd and Cloudflare tunnel

Features

  • Debug your GitHub Actions by Remote Accessing your Github Action Runner
  • Continue your Workflows afterwards

Supported Operating Systems

  • Linux
  • macOS
  • Windows

Getting Started

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

Set credentials in "user:password" format

steps:
- uses: fawazahmed0/action-debug@main
  with:
      credentials: "user:password"

Continue a workflow

If you want to continue a workflow, just create an empty file with the name continue in the project directory by running touch continue.

Thanks to

God 🙏 (Remember! Be thankful to God)