From b5af0f7c883e5b23e8a56fab1e450c8c5abc5631 Mon Sep 17 00:00:00 2001 From: ChanWoo Kim Date: Thu, 3 Oct 2024 14:05:08 +0900 Subject: [PATCH] Update deploy_to_vercel.yml --- .github/workflows/deploy_to_vercel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_to_vercel.yml b/.github/workflows/deploy_to_vercel.yml index 324836b..119f60f 100644 --- a/.github/workflows/deploy_to_vercel.yml +++ b/.github/workflows/deploy_to_vercel.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest container: pandoc/latex steps: - - name: Check if repository is snowball-deploy + - name: Check if repository is crystalball-deploy run: | - if [ "${{ github.repository }}" == "kcwww/snowball-deploy" ]; then - echo "Repository is snowball-deploy. Exiting workflow." + if [ "${{ github.repository }}" == "kcwww/crystalball-deploy" ]; then + echo "Repository is crystalball-deploy. Exiting workflow." exit 0 fi - uses: actions/checkout@v2