There was an error while loading. Please reload this page.
1 parent 21fbe55 commit e4f5f74Copy full SHA for e4f5f74
1 file changed
.github/workflows/sync-main-to-experimental.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Commit and push changes in experimental
45
run: |
46
+ BRANCH_NAME="chore/sync"
47
# Commit if there are changes
48
git add -A .
49
git commit --no-edit -m "updated protocol and snapshots" || echo "No changes to commit"
0 commit comments