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:
|
||||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Read .ruby-version file
|
||||
id: ruby
|
||||
run: echo "version=$(cat .ruby-version)" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue