yaml file changes

This commit is contained in:
pujas 2026-08-21 10:28:33 -04:00
parent 045ce34398
commit b987b48a5f

View File

@ -8,10 +8,6 @@
# SVN_REPO_URL Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
name: Sync to SVN
on:
push:
branches:
- master
jobs:
push-to-svn:
@ -44,7 +40,7 @@ jobs:
--no-auth-cache \
--non-interactive \
--trust-server-cert \
"${{ secrets.SVN_REPO_URL }}/branches/data-export-api-copy" svn-branch
"${{ secrets.SVN_REPO_URL }}/branches/advanced-reports" svn-branch
- name: Sync files to SVN working copy
run: |