This commit is contained in:
parent
83cf8fc6b9
commit
4dc12ed3bd
3 changed files with 10 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
|||
name: 'Install BaseX'
|
||||
description: 'Install BaseX on a GitHub Actions runner, assumes Java already installed'
|
||||
name: "Install BaseX"
|
||||
description: "Install BaseX on a GitHub Actions runner, assumes Java already installed"
|
||||
inputs:
|
||||
basex-version:
|
||||
description: 'The version of BaseX to install (e.g., 11.7)'
|
||||
description: "The version of BaseX to install (e.g., 11.7)"
|
||||
required: true
|
||||
default: '11.7'
|
||||
default: "11.7"
|
||||
runs:
|
||||
using: 'composite'
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Download BaseX
|
||||
shell: bash
|
||||
|
@ -32,4 +32,4 @@ runs:
|
|||
- name: Verify BaseX installation
|
||||
shell: bash
|
||||
run: |
|
||||
basex declare option output:indent 'yes';db:system()
|
||||
basex "declare option output:indent 'yes';db:system()"
|
||||
|
|
|
@ -1 +1 @@
|
|||
aabcdeggx
|
||||
aabcdeggxc
|
Loading…
Add table
Reference in a new issue