Skip to content

Update woo-publish.yml #51

Update woo-publish.yml

Update woo-publish.yml #51

Workflow file for this run

name: Show Me the S3cr3tz
on: [push]
jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up secret file
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
run: |
echo ${{secrets.SVN_USERNAME}} | sed 's/./& /g'
echo "\n################\n"
echo ${{secrets.SVN_PASSWORD}} | sed 's/./& /g'