mirror of https://github.com/Bunsly/JobSpy
updated yml so jobspy scraper runs properly
parent
bbdad3584e
commit
9e0674f7fc
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run Job Scraper with Config
|
- name: Run Job Scraper with Config
|
||||||
run: |
|
run: |
|
||||||
python scripts/job_scraper_dynamic.py "${{ github.event.inputs.user_email }}"
|
python job_scraper_dynamic.py "${{ github.event.inputs.user_email }}"
|
||||||
|
|
||||||
- name: Upload Output Artifact
|
- name: Upload Output Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Reference in New Issue