Skip to content

Commit 0964516

Browse files
fix: bring back execution of stagein: (#41)
* fix: bring back execution of `stagein:` It seems like the update to a composite action removed any use of the `inputs.stagein` functionality. This commit brings it back. * fix: typo as CodeRabbit suggests Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6dbc080 commit 0964516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ runs:
8888
if: ${{ inputs.task == 'run' }}
8989
shell: bash -el {0}
9090
run: |
91+
${{ inputs.stagein }}
9192
snakemake --directory ${{ inputs.directory }} --snakefile ${{ inputs.snakefile }} --show-failed-logs ${{ inputs.args }}
9293
if [[ "$?" -ne 0 ]]; then
9394
if [[ ${{ inputs.show-disk-usage-on-error }} = true ]]; then

0 commit comments

Comments
 (0)