From fc53b3d8d64c4beebb68de138706a9e97c758294 Mon Sep 17 00:00:00 2001 From: NSOMalta <60438035+NSOMalta@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:16:43 +0100 Subject: [PATCH] Update deploy-to-staging.yml reverted to original code --- .github/workflows/deploy-to-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-staging.yml b/.github/workflows/deploy-to-staging.yml index 8cad0a13605..ee6e12f169c 100644 --- a/.github/workflows/deploy-to-staging.yml +++ b/.github/workflows/deploy-to-staging.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Ruby 3.2 + - name: Set up Ruby 2.6 uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '2.6' - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v3.x - name: Set the REPOSITORY_URL_SITE environment variable