Skip to content

Commit a287c02

Browse files
committed
Update leap-catalog action to use correct path for run.sh script
1 parent 28bbd26 commit a287c02

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
@@ -23,6 +23,6 @@ runs:
2323
using: "composite"
2424
steps:
2525
- run: |
26-
cd data-catalog-actions
26+
cd cd ${{github.action_path}}
2727
./leap-catalog/run.sh "${{ inputs.version }}" "${{ inputs.validation-path }}" "${{ inputs.single-feedstock }}" "${{ inputs.generation-path }}" "${{ inputs.output-directory }}"
2828
shell: bash

0 commit comments

Comments
 (0)