From f9158a46dd73917188576726f63140ed4d9590f9 Mon Sep 17 00:00:00 2001 From: Kaspersky <50753378+CasP0@users.noreply.github.com> Date: Sat, 18 Jan 2025 19:40:05 -0500 Subject: [PATCH] Add instructions for cloning the repository using gh CLI Add instructions for cloning the repository using the `gh` CLI to the `README.md`. * **Cloning the Repository**: Add a new section under "Getting started" titled "Cloning the Repository". * **Instructions**: Include step-by-step instructions for using the `gh` CLI to clone the repository: `gh repo clone github/vscode-github-actions`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/github/vscode-github-actions?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b25749..667cef3 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ Be more confident when authoring and modifying workflows. Find errors before com 1. Open a GitHub repository. 1. You will be able to utilize the syntax features in Workflow files, and you can find the GitHub Actions icon on the left navigation to manage your Workflows. +### Cloning the Repository + +To clone the repository using the `gh` CLI, run the following command: + +```sh +gh repo clone github/vscode-github-actions +``` ## Supported Features