From 9a284a0f655310b2d9f12f39f4ae4a2aa20edf03 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 14 Mar 2023 02:10:37 +0100 Subject: [PATCH] doublequote ref --- .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 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