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 27c30e1 commit 2f580e4Copy full SHA for 2f580e4
1 file changed
.github/workflows/main.yml
@@ -30,12 +30,6 @@ jobs:
30
31
# Set up git for deployment
32
- 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
39
# Add the build output to the repository
40
git add --all
41
git commit -m "Update Flutter Web Build"
0 commit comments