From 3e75572c2eabe1d40fbb3b1e381cb3c14a9ec5a1 Mon Sep 17 00:00:00 2001 From: Fawaz Ahmed Date: Sat, 21 Sep 2024 06:21:33 +0530 Subject: [PATCH] Add action-debug-vscode Remote Access your GitHub Actions via Browser based VS Code https://github.com/fawazahmed0/action-debug-vscode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f38a630..3e9e781 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) - [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations. - [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). +- [Action Debug VSCode](https://github.com/fawazahmed0/action-debug-vscode) - Remote Access your GitHub Actions via Browser Based VS Code. ### Collection of Actions