From 309a48de90a5757f8b0b91e847de8c096e176118 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Wed, 12 Feb 2025 14:57:09 +0000 Subject: [PATCH] [fix] hh --- .gitea/actions/action.yaml | 3 ++- .gitea/workflows/trigger/base-act | 2 +- .github/actions/install-basex/action.yaml | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/actions/action.yaml b/.gitea/actions/action.yaml index 996b8a8..9e9c8f7 100644 --- a/.gitea/actions/action.yaml +++ b/.gitea/actions/action.yaml @@ -27,9 +27,10 @@ runs: shell: bash run: | echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV - echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV + echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV - name: Verify BaseX installation shell: bash run: | basex "declare option output:indent 'yes';db:system()" + diff --git a/.gitea/workflows/trigger/base-act b/.gitea/workflows/trigger/base-act index 1726aec..f9c9657 100644 --- a/.gitea/workflows/trigger/base-act +++ b/.gitea/workflows/trigger/base-act @@ -1 +1 @@ -aabcdeggxc \ No newline at end of file +aabcdeggxcd \ No newline at end of file diff --git a/.github/actions/install-basex/action.yaml b/.github/actions/install-basex/action.yaml index 6904809..072c1b0 100644 --- a/.github/actions/install-basex/action.yaml +++ b/.github/actions/install-basex/action.yaml @@ -28,9 +28,10 @@ runs: run: | set -x # Enable debugging echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV - echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV + echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV - name: Verify BaseX installation shell: bash run: | - basex declare option output:indent 'yes';db:system() \ No newline at end of file + set -x # Enable debugging + basex "declare option output:indent 'yes';db:system()"