Checkout first
All checks were successful
Ruby CI / test (pull_request) Successful in 19s
Deploy / deploy (push) Successful in 1m11s

This commit is contained in:
Andrew Tomaka 2024-11-26 23:27:30 -05:00
parent ebecec8673
commit e7a4843072
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -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