From ce81a8dd3a4a32a0961d71cb9fc4f1adec8789b4 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 21 Jan 2025 17:21:17 +0800 Subject: [PATCH] update --- .github/workflows/samples-ruby-petstore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/samples-ruby-petstore.yaml b/.github/workflows/samples-ruby-petstore.yaml index 76027513a67..c68d12da2bc 100644 --- a/.github/workflows/samples-ruby-petstore.yaml +++ b/.github/workflows/samples-ruby-petstore.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - name: Add hosts to /etc/hosts run: | - sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts + sudo echo "127.0.0.1 petstore.swagger.io" | sudo tee -a /etc/hosts - uses: actions/setup-ruby@v1 with: ruby-version: 3.0