From 3d50d0dab0657a7e2f2f111cbafd53c10467420e Mon Sep 17 00:00:00 2001 From: AJ Rice <53190766+ajrice6713@users.noreply.github.com> Date: Tue, 18 Jan 2022 16:51:36 -0500 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index adbdda1..68d9578 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: env: BW_PROJECT_NAME: Bandwidth.Iris BW_PROJECT_TEST_NAME: Bandwidth.Iris.Tests - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2