yaml file changes
This commit is contained in:
parent
045ce34398
commit
b987b48a5f
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user