Skip to content

Commit 46b4d4b

Browse files
committed
rename file
1 parent c10cc51 commit 46b4d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_conferences.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if [ -f miner/requirements.txt ]; then pip install -r miner/requirements.txt; fi
4242
4343
- name: Mine conferences from Researchr
44-
run: python miner/mine_researchr.py
44+
run: python miner/get_confs_from_researchr.py
4545

4646
- name: Get J1C2 requirements
4747
run: python miner/get_j1c2_requirements.py
@@ -57,5 +57,5 @@ jobs:
5757
git config user.email "githubaction@noreply.github.com"
5858
5959
git add README.md
60-
git commit -m "chore: update README [skip ci]"
60+
git commit -m "chore: update README"
6161
git push

0 commit comments

Comments
 (0)