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()"