Skip to content

npm: bump @percy/cli from 1.29.0 to 1.30.1 in /web/themes/custom/contribtracker in the percy group across 1 directory #131

npm: bump @percy/cli from 1.29.0 to 1.30.1 in /web/themes/custom/contribtracker in the percy group across 1 directory

npm: bump @percy/cli from 1.29.0 to 1.30.1 in /web/themes/custom/contribtracker in the percy group across 1 directory #131

Workflow file for this run

name: Clean Platform.sh env on PR Close
on:
pull_request:
types: [closed]
jobs:
on-pr-close:
runs-on: ubuntu-latest
steps:
- name: Clean Platform.sh env if available
uses: axelerant/platformsh-action@v1
with:
action: 'clean-pr-env'
project-id: 'brbqplxd7ycq6'
cli-token: ${{ secrets.PLATFORMSH_CLI_TOKEN }}