Skip to content

Commit 2f580e4

Browse files
check
1 parent 27c30e1 commit 2f580e4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
3131
# Set up git for deployment
3232
- run: |
33-
git config --global user.email "shivanshtalwar0@gmail.com"
34-
git config --global user.name "shivanshtalwar0"
35-
36-
# Ensure the repository URL is correct and the remote URL uses the commit secret
37-
git remote add origin https://${{ secrets.commit_secret }}@github.com/flutterjanus/flutter_janus_client.git
38-
3933
# Add the build output to the repository
4034
git add --all
4135
git commit -m "Update Flutter Web Build"

0 commit comments

Comments
 (0)