From a0fbc9b9bf36b87c2baba05c8a9cee4a200dcf7b Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 2 Sep 2024 01:51:54 -0300 Subject: [PATCH] Fix checkout repository name in readme So it matches the current repository name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a49bb7f..be551325 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ steps: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: 'microsoft/vscode-triage-github-actions' + repository: 'microsoft/vscode-github-triage-actions' ref: stable # not recommeneded, use the lastest released tag to ensure stability - name: Install Actions run: npm install --production