We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f593d commit 82b3eefCopy full SHA for 82b3eef
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: fetch Rails tags
63
working-directory: rails
64
run: |
65
- for version in v8 v7 v6 v5.2; do
+ for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' ');; do
66
git fetch --depth=1 origin refs/tags/${version}*:refs/tags/${version}*
67
done
68
- uses: ruby/setup-ruby@v1
0 commit comments