Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kspo authored Jan 2, 2024
1 parent 1cba902 commit 8c2d347
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
run: |
cd build/web
git init
git config --global user.email 3223poyraz@gmail.com
git config --global user.name poyraz
git config --global --unset http.proxy
git config --global user.email "3223poyraz@gmail.com"
git config --global user.name "poyraz"
git status
git remote add origin https://${{secrets.commit_secret}}github.com/kspo/super_cupertino_navigation_bar.git
git checkout -b gh-pages
Expand Down

0 comments on commit 8c2d347

Please sign in to comment.