Skip to content

Commit 0d2f034

Browse files
committed
changed the script name to import_dev
1 parent 14e4b6c commit 0d2f034

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downloadfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Step 4: Run the Python script to download the file from Dell ECS
2828
- name: Download file from Dell ECS
2929
run: |
30-
python frontend/import.py
30+
python frontend/import_dev.py
3131
env:
3232
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID_DEV }}
3333
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY_DEV }}

0 commit comments

Comments
 (0)