diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79ad881..08687ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'Ocelot-Social-Community/Ocelot-Social' - ref: '${OCELOT_SOCIAL_TAG}' + ref: "${OCELOT_SOCIAL_TAG}" path: 'ocelot/' fetch-depth: 0 - name: Checkout code