Skip to content

Commit 4100723

Browse files
authored
fix(ruby-ci): Grep arg quotes (#54)
1 parent e5c725f commit 4100723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
gem install pkg/eppo-server-sdk-*.gem --verbose
181181
script="puts EppoClient::Core::Client.new(EppoClient::Config.new('placeholder'))"
182-
ruby -reppo_client -e "$script" | grep fetching new configuration
182+
ruby -reppo_client -e "$script" | grep 'fetching new configuration'
183183
echo "✅ Successfully installed gem"
184184
185185
- name: Set outputs

0 commit comments

Comments
 (0)