From 7adaeb123c9ee2e9dfe62d35266db590ec38ab5d Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 13 Feb 2024 11:15:35 +0000 Subject: [PATCH] fix(infra): use correct version number for flagsmith workflows (#3408) --- .../workflows/platform-docker-publish-all-features-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-docker-publish-all-features-image.yml b/.github/workflows/platform-docker-publish-all-features-image.yml index eb1a9c1dd66e..bb993572ac2f 100644 --- a/.github/workflows/platform-docker-publish-all-features-image.yml +++ b/.github/workflows/platform-docker-publish-all-features-image.yml @@ -41,7 +41,7 @@ jobs: with: repository: flagsmith/flagsmith-workflows token: ${{ secrets.GH_PRIVATE_ACCESS_TOKEN }} - ref: ${{ env.flagsmith_saml_revision }} + ref: ${{ env.FLAGSMITH_WORKFLOWS_REVISION }} path: ./flagsmith-workflows - name: Integrate Workflows Logic module