Skip to content

Commit

Permalink
Update deploy-to-staging.yml
Browse files Browse the repository at this point in the history
reverted to original code
  • Loading branch information
NSOMalta authored Jan 11, 2024
1 parent 5c33519 commit fc53b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Set the REPOSITORY_URL_SITE environment variable
Expand Down

0 comments on commit fc53b3d

Please sign in to comment.