We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10cc51 commit 46b4d4bCopy full SHA for 46b4d4b
.github/workflows/update_conferences.yaml
@@ -41,7 +41,7 @@ jobs:
41
if [ -f miner/requirements.txt ]; then pip install -r miner/requirements.txt; fi
42
43
- name: Mine conferences from Researchr
44
- run: python miner/mine_researchr.py
+ run: python miner/get_confs_from_researchr.py
45
46
- name: Get J1C2 requirements
47
run: python miner/get_j1c2_requirements.py
@@ -57,5 +57,5 @@ jobs:
57
git config user.email "githubaction@noreply.github.com"
58
59
git add README.md
60
- git commit -m "chore: update README [skip ci]"
+ git commit -m "chore: update README"
61
git push
miner/mine_researchr.py miner/get_confs_from_researchr.pyminer/mine_researchr.py renamed to miner/get_confs_from_researchr.py
0 commit comments