mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 19:44:30 -08:00
fix the create or modify output file in folder
This commit is contained in:
3
.github/workflows/job_scraper_dynamic.yml
vendored
3
.github/workflows/job_scraper_dynamic.yml
vendored
@@ -37,6 +37,9 @@ jobs:
|
||||
safe_email=$(echo "$raw_email" | sed 's/@/_at_/g; s/\./_/g')
|
||||
echo "safe_email=$safe_email" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Ensure outputs folder exists
|
||||
run: mkdir -p outputs
|
||||
|
||||
- name: Run Job Scraper with Config
|
||||
run: |
|
||||
python job_scraper_dynamic.py "${{ github.event.inputs.user_email }}"
|
||||
|
||||
Reference in New Issue
Block a user