Skip to content

Commit

Permalink
Merge pull request #45 from karrybit/feature/expand-globstar
Browse files Browse the repository at this point in the history
feat: expand globstar
  • Loading branch information
k2tzumi authored Dec 9, 2024
2 parents 2af1fea + 212b8b0 commit ef39a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ runs:
LABEL_OPTIONS="--label \"${{ inputs.labels }}\""
fi
echo "label options: $LABEL_OPTIONS"
shopt -s globstar
runn \
${{ inputs.command }} \
${{ inputs.path_pattern }} \
Expand Down

0 comments on commit ef39a5d

Please sign in to comment.