From 3d80eed639fe24c43548765abc474a3a9629d9cd Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 16 Feb 2024 12:59:57 +0530 Subject: [PATCH] chore: corrected repo name in code-signing workflow (#725) --- .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