Skip to content

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #73

chore(deps-dev): bump express from 4.18.2 to 4.19.2

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #73

Workflow file for this run

name: Deploy kkiapay woocommerce plugin
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
SVN_REPOSITORY: "https://plugins.svn.wordpress.org/kkiapay-woocommerce"
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: change file permissions
run: chmod +x ./deploy/deploy.sh
- name: run deploy shell script
run: ./deploy/deploy.sh