Skip to content

Remote Access your GitHub Actions via Browser Based Terminal

License

Notifications You must be signed in to change notification settings

fawazahmed0/action-debug

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-debug

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

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)

About

Remote Access your GitHub Actions via Browser Based Terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published