Skip to content

Commit 1015526

Browse files
committed
fix(repo.xml): adjusted workflow
1 parent f03d6b1 commit 1015526

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
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/

repo.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="71201b59c1069a6148b99f89f5056e2e8eb92449" commit-time="1701713725">
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>

0 commit comments

Comments
 (0)