mirror of https://github.com/Bunsly/JobSpy
fix the create or modify output file in folder
parent
e6ae23c76f
commit
84b4524c43
|
@ -37,6 +37,9 @@ jobs:
|
||||||
safe_email=$(echo "$raw_email" | sed 's/@/_at_/g; s/\./_/g')
|
safe_email=$(echo "$raw_email" | sed 's/@/_at_/g; s/\./_/g')
|
||||||
echo "safe_email=$safe_email" >> $GITHUB_OUTPUT
|
echo "safe_email=$safe_email" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Ensure outputs folder exists
|
||||||
|
run: mkdir -p outputs
|
||||||
|
|
||||||
- name: Run Job Scraper with Config
|
- name: Run Job Scraper with Config
|
||||||
run: |
|
run: |
|
||||||
python job_scraper_dynamic.py "${{ github.event.inputs.user_email }}"
|
python job_scraper_dynamic.py "${{ github.event.inputs.user_email }}"
|
||||||
|
|
Loading…
Reference in New Issue