Skip to content

Commit 27c30e1

Browse files
check
1 parent b28f8c9 commit 27c30e1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,12 @@ jobs:
3030
3131
# Set up git for deployment
3232
- run: |
33-
git init
3433
git config --global user.email "shivanshtalwar0@gmail.com"
3534
git config --global user.name "shivanshtalwar0"
3635
3736
# Ensure the repository URL is correct and the remote URL uses the commit secret
3837
git remote add origin https://${{ secrets.commit_secret }}@github.com/flutterjanus/flutter_janus_client.git
39-
40-
# Checkout the current branch (demo_v2 in this case)
41-
git checkout demo_v2
42-
38+
4339
# Add the build output to the repository
4440
git add --all
4541
git commit -m "Update Flutter Web Build"

0 commit comments

Comments
 (0)