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' }}