Skip to content

Commit 8daee90

Browse files
committed
Action test(컨벤션이 맞지 않을 경우)
1 parent 3d990e6 commit 8daee90

File tree

3 files changed

+2
-27
lines changed

3 files changed

+2
-27
lines changed

.github/workflows/excluded.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
3333
- name: Commit and push macro data changes
3434
run: |
35-
git add dataAnalysis/macro/data.json
36-
git commit -m "Update macro data.json"
35+
git add dataAnalysis/macro/data.json dataAnalysis/excluded_list.txt
36+
git commit -m "Update macro data.json and excluded_list.txt"
3737
git push https://github.com/Algorithm-Coding-Test-Data-Analysis/algoview.git HEAD:${{ github.ref }}
3838
3939
- name: Analyze data

0 commit comments

Comments
 (0)