From 63f00333d0c5aca1a078d70493eee557ff643c70 Mon Sep 17 00:00:00 2001 From: epoundor Date: Mon, 11 Mar 2024 09:59:38 +0100 Subject: [PATCH] fix(api): remove refund support --- .github/workflows/action.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2ea1bb2..0131a3c 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,19 +18,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Cache Composer packages - id: composer-cache - uses: actions/cache@v2 - with: - path: vendor - key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-php- - - - name: Install dependencies - run: composer install - - - name: change file permissions run: chmod +x ./deploy/deploy.sh