We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28f8c9 commit 27c30e1Copy full SHA for 27c30e1
1 file changed
.github/workflows/main.yml
@@ -30,16 +30,12 @@ jobs:
30
31
# Set up git for deployment
32
- run: |
33
- git init
34
git config --global user.email "shivanshtalwar0@gmail.com"
35
git config --global user.name "shivanshtalwar0"
36
37
# Ensure the repository URL is correct and the remote URL uses the commit secret
38
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
+
43
# Add the build output to the repository
44
git add --all
45
git commit -m "Update Flutter Web Build"
0 commit comments