From e81234aa5bf993026718479c7fe3a60ffcc908df Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 14 Mar 2023 02:20:04 +0100 Subject: [PATCH] use .env --- .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 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