We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e5d1d commit 4e6c752Copy full SHA for 4e6c752
leap-catalog/action.yml
@@ -22,5 +22,5 @@ outputs: {}
22
runs:
23
using: "composite"
24
steps:
25
- - run: leap-catalog/run.sh "${{ inputs.version }}" "${{ inputs.validation-path }}" "${{ inputs.single-feedstock }}" "${{ inputs.generation-path }}" "${{ inputs.output-directory }}"
+ - run: ${{ github.workspace }}/data-catalog-actions/leap-catalog/run.sh "${{ inputs.version }}" "${{ inputs.validation-path }}" "${{ inputs.single-feedstock }}" "${{ inputs.generation-path }}" "${{ inputs.output-directory }}"
26
shell: bash
0 commit comments