Skip to content

Commit 6770798

Browse files
authored
Update kaggle-dataset.yml
1 parent f91cbc2 commit 6770798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/kaggle-dataset.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
echo "${{ secrets.KAGGLE_API_KEY }}" > ~/.kaggle/kaggle.json
2424
chmod 600 ~/.kaggle/kaggle.json
2525
26-
- name: Download Dataset from Kaggle
27-
run: kaggle datasets download -d ieee-fraud-detection/ieee-fraud-detection --unzip -p dataset/
26+
- name: Download Dataset from Kaggle Competition
27+
run: kaggle competitions download -c ieee-fraud-detection --unzip -p dataset/
2828

2929
- name: Commit and Push Dataset to GitHub
3030
run: |
31-
git config --global user.name "github-actions"
32-
git config --global user.email "actions@github.com"
31+
git config --global user.name "krish17Nov"
32+
git config --global user.email "kr.17nov@gmail.com"
3333
git add dataset/
3434
git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
3535
git push

0 commit comments

Comments
 (0)