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 4b974f0 commit 39bed51Copy full SHA for 39bed51
.github/workflows/protobuf_nested_struct_test.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
with:
27
fetch-depth: 1
28
- - run: test -e Gemfile.lock
+ - run: test -e "{{ matrix.gemfile }}.lock"
29
- uses: ruby/setup-ruby@v1
30
31
ruby-version: "${{ matrix.ruby }}"
0 commit comments