Skip to content

Commit

Permalink
Update deploy-to-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NSOMalta authored Dec 18, 2023
1 parent e72c9a6 commit 1c7e5ca
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 2.6
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
ruby-version: '3.0'
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Set the REPOSITORY_URL_SITE environment variable
Expand Down

0 comments on commit 1c7e5ca

Please sign in to comment.