initialize the CI/CD pipeline to sync to SVN (does not include the commit step yet) #1
@ -8,6 +8,7 @@
|
||||
# SVN_REPO_URL – Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
|
||||
|
||||
name: Sync to SVN
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
push-to-svn:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user