Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.12 KB

action-debug-vscode

Remote Access your GitHub Actions via Browser based VS Code. Built using vscode server and Cloudflare tunnel

Features

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

Supported Operating Systems

  • Linux
  • macOS
  • Windows

Getting Started

steps:
- uses: fawazahmed0/action-debug-vscode@main

The URL to access the vs code will be printed in Github Actions log.

Set Token

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

Continue a workflow

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

Thanks to

God 🙏 (Remember! Be thankful to God)