fix the create or modify output file in folder

This commit is contained in:
fakebranden
2025-04-15 08:30:44 +00:00
parent e6ae23c76f
commit 84b4524c43

View File

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