fix the create or modify output file in folder

pull/268/head
fakebranden 2025-04-15 08:30:44 +00:00
parent e6ae23c76f
commit 84b4524c43
1 changed files with 3 additions and 0 deletions

View File

@ -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 }}"