Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-j-gajjar authored Oct 23, 2021
1 parent 22fd3ee commit 7f31814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global user.name "j-j-gajjar"
git status
git remote -v
git remote add origin "https://${{secrets.commit_secret}}@github.com/j-j-gajjar/Mathematics.git"
git config remote.origin.url "https://j-j-gajjar:${{secrets.commit_secret}}@github.com/j-j-gajjar/Mathematics.git"
git checkout -b gh-pages
git add --all
git commit -m "update"
Expand Down

0 comments on commit 7f31814

Please sign in to comment.