Skip to content

Commit

Permalink
Update fetch.bhavcopy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan-10 authored Jul 1, 2024
1 parent fcb9283 commit 1cdc163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fetch.bhavcopy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
run: |
git config --global user.email ${{secrets.MY_EMAIL}}
git config --global user.name ${{secrets.MY_USERNAME}}
git remote set-url origin https://${{secrets.MY_PERSONAL_TOKEN_PUBLIC}}@github.com/${{github.repository}}
git status
git remote set-url origin https://${{secrets.MY_PERSONAL_TOKEN_PUBLIC}}@github.com/stock-data-visualization
git add output/**
(git commit -m "[BOT] [BHAVCOPY]" && git push) || true

0 comments on commit 1cdc163

Please sign in to comment.