diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67e6d2a..467c8f1 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: ${{ env.OCELOT_SOCIAL_TAG }} path: 'ocelot/' fetch-depth: 0 - name: Checkout code