File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 6060 - name : lint commit message
6161 uses : wagoid/commitlint-github-action@v6
6262
63+ # Commit repo.xml file
64+ - name : Commit and Push
65+ if : ${{ matrix.java-version == 17 && github.event_name == 'push' }}
66+ uses : actions-x/commit@v6
67+ with :
68+ message : " fix(repo.xml): update [skip ci]"
69+
6370 release :
6471 name : Release
6572 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 22.existdb.json
33.DS_Store
44expath-pkg.xml
5- repo.xml
65.vscode /
76.idea /
87node_modules /
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <meta xmlns =" http://exist-db.org/xquery/repo" commit-id =" 101552692b417afe97daee185448c138d80f60da" commit-time =" 1738770281" >
3+ <description >Conferences (data)</description >
4+ <author >Office of the Historian</author >
5+ <website >https://history.state.gov</website >
6+ <status />
7+ <license />
8+ <copyright />
9+ <type >application</type >
10+ <target >conferences</target >
11+ <prepare >pre-install.xql</prepare >
12+ <finish />
13+ <permissions xmlns : repo =" http://exist-db.org/xquery/repo" password =" " user =" hsg" group =" hsg"
14+ mode =" rw-rw-r--" />
15+ </meta >
You can’t perform that action at this time.
0 commit comments