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) # SVN_REPO_URL Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
name: Sync to SVN name: Sync to SVN
on:
push:
branches:
- master
jobs: jobs:
push-to-svn: push-to-svn:
@ -44,7 +40,7 @@ jobs:
--no-auth-cache \ --no-auth-cache \
--non-interactive \ --non-interactive \
--trust-server-cert \ --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 - name: Sync files to SVN working copy
run: | run: |
@ -74,4 +70,4 @@ jobs:
--no-auth-cache \ --no-auth-cache \
--non-interactive \ --non-interactive \
--trust-server-cert \ --trust-server-cert \
-m "Gitea CI sync from commit ${{ github.sha }} [ci skip]" -m "Gitea CI sync from commit ${{ github.sha }} [ci skip]"