Skip to content

Commit

Permalink
chore(ci): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent ef06a43 commit 60aed8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ runs:
run: |
exclusions=''
if ! [ -z "${{ inputs.exclude }}" ]; then
echo "Exclusions: $${{ inputs.exclude }}"
IFS=',' read -ra EXC <<< "${{ inputs.exclude }}"
for i in "${EXC[@]}"; do
# process "$i"
exclusions="$exclusions -not -path $i/*"
echo $i
done
echo "Exclusions: '$exclusions'"
fi
failures=0
Expand Down

0 comments on commit 60aed8d

Please sign in to comment.