From cf5ece0b5f9bcf977bf1bb7a5b3ac1724d7780de Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 21 Jan 2025 11:07:10 +0900 Subject: [PATCH] github flow yml had tabs instead of spaces --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 890e7dc..ac642ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: path: ./tmp key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}" # We need to use phpunit from the self install to get the class paths - # Skip auto tests here, there are too many problems with flooding of the AWS API from github + # Skip auto tests here, there are too many problems with flooding of the AWS API from github # - name: PHPunit Tests Prepare # env: # AWS_GIFT_CARD_ENDPOINT: "${{ secrets.AWS_GIFT_CARD_ENDPOINT }}"