Skip to content

Commit

Permalink
fix(repo.xml): adjusted workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
windauer committed Feb 5, 2025
1 parent dee029b commit 63a60d7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
# Lint commit messages
- name: lint commit message
uses: wagoid/commitlint-github-action@v6

# Commit repo.xml file
- name: Commit and Push
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
uses: actions-x/commit@v6
with:
message: "fix(repo.xml): update [skip ci]"

release:
name: Release
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ build/*
.existdb.json
.DS_Store
expath-pkg.xml
repo.xml
.vscode/
.idea/
node_modules/
14 changes: 14 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="0560ab6cc4935699a995723bb19d22d5a6bcff59" commit-time="1709263496">
<description>Carousel (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
<status/>
<license/>
<copyright/>
<type>application</type>
<target>carousel</target>
<prepare>pre-install.xql</prepare>
<finish/>
<permissions password="" user="hsg" group="hsg" mode="rw-rw-r--"/>
</meta>

0 comments on commit 63a60d7

Please sign in to comment.