Skip to content

Commit

Permalink
fix(ruby-ci): Grep arg quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Oct 22, 2024
1 parent e5c725f commit a2c7df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
gem install pkg/eppo-server-sdk-*.gem --verbose
script="puts EppoClient::Core::Client.new(EppoClient::Config.new('placeholder'))"
ruby -reppo_client -e "$script" | grep fetching new configuration
ruby -reppo_client -e "$script" | grep 'fetching new configuration'
echo "✅ Successfully installed gem"
- name: Set outputs
Expand Down

0 comments on commit a2c7df2

Please sign in to comment.