Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 891ccc8

Browse files
committed
chore: fix reusable deployment job
1 parent 9bf204e commit 891ccc8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: ${{ env.RUBY_VER }}
18+
ruby-version: 2.7
1919

2020
- name: Setup repository
2121
uses: ./.github/actions/setup

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ on:
1616
required: false
1717
type: string
1818

19-
env:
20-
RUBY_VER: 2.7
21-
2219
concurrency:
2320
group: ci/cd-${{ github.ref }}
2421
cancel-in-progress: true

0 commit comments

Comments
 (0)