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