File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Commit and Push Dataset to GitHub
4040 run : |
41- git config --global user.name "krish17Nov"
42- git config --global user.email "[email protected] " 43- git remote set-url origin https://github.com/ ${{ github.repository }}
44- git add dataset/
45- git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
46- git push https://${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} HEAD: main
41+ git config --global user.name "krish17Nov"
42+ git config --global user.email "[email protected] " 43+ git remote set-url origin https://x-access-token: ${{ secrets.GH_PAT }}@github.com/krish17Nov/IEEE-CIS-Fraud-Detection.git
44+ git add .
45+ git commit -m "Auto-update IEEE-CIS Fraud Detection dataset"
46+ git push origin main
You can’t perform that action at this time.
0 commit comments