We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb8b2e commit 00c95a0Copy full SHA for 00c95a0
1 file changed
.github/workflows/submodule-export.yml
@@ -45,15 +45,15 @@ jobs:
45
rm -rf $line
46
done < "$BLACKLIST"
47
48
- - name: Validate blacklist applied
49
- run: |
50
- while IFS= read -r line || [ -n "$line" ]; do
51
- [[ "$line" =~ ^#.*$ || -z "$line" ]] && continue
52
- if ls $line 1>/dev/null 2>&1; then
53
- echo "Blacklisted path still exists: $line"
54
- exit 1
55
- fi
56
- done < .github/submodule-blacklist.txt
+ # - name: Validate blacklist applied
+ # run: |
+ # while IFS= read -r line || [ -n "$line" ]; do
+ # [[ "$line" =~ ^#.*$ || -z "$line" ]] && continue
+ # if ls $line 1>/dev/null 2>&1; then
+ # echo "Blacklisted path still exists: $line"
+ # exit 1
+ # fi
+ # done < .github/submodule-blacklist.txt
57
58
- name: Commit Changes
59
run: |
0 commit comments