Checkout first
This commit is contained in:
parent
ebecec8673
commit
e7a4843072
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Read .ruby-version file
|
- name: Read .ruby-version file
|
||||||
id: ruby
|
id: ruby
|
||||||
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT
|
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue