Skip to content

cache imagify user response even in case of error (#916) #27

cache imagify user response even in case of error (#916)

cache imagify user response even in case of error (#916) #27

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v2
- name: Build
run: composer install -a --no-dev
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: imagify