Skip to content

chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 #63

chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6

chore(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6 #63

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