We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a2fee commit 01638fdCopy full SHA for 01638fd
.github/workflows/kaggle-dataset.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Commit and Push Dataset to GitHub
40
run: |
41
git config --global user.name "krish17Nov"
42
- git config --global user.email "your-email@example.com"
+ git config --global user.email "kr.17nov@gmail.com"
43
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/krish17Nov/IEEE-CIS-Fraud-Detection.git
44
git add .
45
git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
0 commit comments