Skip to content

fawazahmed0/action-debug-vscode

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

b86399d · Oct 8, 2024

History

35 Commits
Sep 1, 2024
Sep 28, 2024
Oct 8, 2024
Sep 2, 2024

Repository files navigation

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)

About

Remote Access your GitHub Actions via Browser Based VS Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published