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 e5c725f commit 4100723Copy full SHA for 4100723
.github/workflows/publish.yml
@@ -179,7 +179,7 @@ jobs:
179
run: |
180
gem install pkg/eppo-server-sdk-*.gem --verbose
181
script="puts EppoClient::Core::Client.new(EppoClient::Config.new('placeholder'))"
182
- ruby -reppo_client -e "$script" | grep fetching new configuration
+ ruby -reppo_client -e "$script" | grep 'fetching new configuration'
183
echo "✅ Successfully installed gem"
184
185
- name: Set outputs
0 commit comments