Skip to content

Always show charge and authorised amount in payment section of order details #296

Always show charge and authorised amount in payment section of order details

Always show charge and authorised amount in payment section of order details #296

Workflow file for this run

name: PR cleanup
on:
pull_request:
types: [closed]
jobs:
remove_instance:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: ./.github/actions
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
- name: Saleor login
uses: ./.github/actions/cli-login
with:
token: ${{ secrets.STAGING_TOKEN }}
- name: Remove instance
env:
PULL_REQUEST_NUMBER: ${{ github.event.number }}
run: npx saleor env remove "pr-${PULL_REQUEST_NUMBER}" --force