File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments