Skip to content

Commit 7333aa7

Browse files
committed
fix(repo.xml): added repo.xml
1 parent f74307f commit 7333aa7

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ jobs:
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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ build/*
22
.existdb.json
33
.DS_Store
44
expath-pkg.xml
5-
repo.xml
65
.vscode/
76
.idea/
87
node_modules/

expath-pkg.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

repo.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<meta commit-id="e63b00775b35db4d2f9ff73a36384f4f645263ae" commit-time="1710859556"
3-
xmlns="http://exist-db.org/xquery/repo">
2+
<meta commit-id="f74307fcec37fd54679d51f8f217ef18c46c3e18" commit-time="1731717034" xmlns="http://exist-db.org/xquery/repo">
43
<description>Visits (data)</description>
54
<author>Office of the Historian</author>
65
<website>https://history.state.gov</website>
@@ -11,6 +10,5 @@
1110
<target>visits</target>
1211
<prepare>pre-install.xql</prepare>
1312
<finish/>
14-
<permissions group="hsg" mode="rw-rw-r--" password="" user="hsg"
15-
xmlns:repo="http://exist-db.org/xquery/repo"/>
13+
<permissions group="hsg" mode="rw-rw-r--" password="" user="hsg"/>
1614
</meta>

0 commit comments

Comments
 (0)