From fb58b3fd8c6de1619a87fe2248bd52670bcb12f6 Mon Sep 17 00:00:00 2001 From: lchoy <3586093+lchoy@users.noreply.github.com> Date: Sat, 2 Sep 2023 08:37:01 -0400 Subject: [PATCH] run again after closing pr --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 393dcc6a..37e06c21 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: - name: check ref run: | - echo ${{github.ref}} + echo ${{github.ref}} - name: Configure AWS Credentials if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/lchoy/website-migration' }}