Skip to content

Commit 4e6c752

Browse files
committed
Update run.sh script with improved installation command and workspace path
1 parent 96e5d1d commit 4e6c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leap-catalog/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ outputs: {}
2222
runs:
2323
using: "composite"
2424
steps:
25-
- run: leap-catalog/run.sh "${{ inputs.version }}" "${{ inputs.validation-path }}" "${{ inputs.single-feedstock }}" "${{ inputs.generation-path }}" "${{ inputs.output-directory }}"
25+
- run: ${{ github.workspace }}/data-catalog-actions/leap-catalog/run.sh "${{ inputs.version }}" "${{ inputs.validation-path }}" "${{ inputs.single-feedstock }}" "${{ inputs.generation-path }}" "${{ inputs.output-directory }}"
2626
shell: bash

0 commit comments

Comments
 (0)