From 07c01847648913982c3e3a91c75a69c88af9e4a8 Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 15 Feb 2024 23:01:55 +0530 Subject: [PATCH] chore: corrected repo name in code-signing workflow --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 90454bd31..ffca2cdd6 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -96,7 +96,7 @@ jobs: runs-on: windows-latest needs: [ deploy ] steps: - - name: Checkout sendgrid-csharp + - name: Checkout twilio-csharp uses: actions/checkout@v2 - name: Setup .NET Core SDK