-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,13 @@ jobs: | |
run: | | ||
python src/run.py -scrap_target course_plan | ||
# Commits the changes back to the data repo | ||
- name: Push course_plans.txt to Data | ||
uses: dmnemec/copy_file_to_another_repo_action@main | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: './data/course_plans.txt' | ||
destination_repo: 'itu-helper/data' | ||
user_email: '[email protected]' | ||
user_name: 'ITU Helper' | ||
# # Commits the changes back to the data repo | ||
# - name: Push course_plans.txt to Data | ||
# uses: dmnemec/copy_file_to_another_repo_action@main | ||
# env: | ||
# API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
# with: | ||
# source_file: './data/course_plans.txt' | ||
# destination_repo: 'itu-helper/data' | ||
# user_email: '[email protected]' | ||
# user_name: 'ITU Helper' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,3 @@ | |
|
||
# === OTHER === | ||
MAX_THREAD_COUNT = 4 | ||
MAX_THREAD_COUNT_COURSE_PLANS = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters