Skip to content

Bump follow-redirects from 1.15.1 to 1.15.4 (#7597) #1604

Bump follow-redirects from 1.15.1 to 1.15.4 (#7597)

Bump follow-redirects from 1.15.1 to 1.15.4 (#7597) #1604

Workflow file for this run

name: Deploy Themes to Dotorg
on:
push:
branches: [ trunk, automate/dotorgdeploy ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- run: ./deploy-dotorg.sh
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}