Skip to content

Commit

Permalink
fix(api): remove refund support
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Mar 11, 2024
1 parent af8c283 commit 63f0033
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63f0033

Please sign in to comment.