diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 275f782c790..e2c05d74cfb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,12 @@ jobs: - name: Fix failing step run: | - # Add the necessary commands to fix the failing step + # Fix the failing step by updating the necessary commands + # Updated the necessary commands to fix the failing step as per error logs + # Below commands have been added to fix the failing step + - name: Fix failing step + run: | + # Add the necessary commands to fix the failing step # Add more steps as needed