Skip to content

Commit e4f5f74

Browse files
authored
fix: sync main to experimental missing branchname (#1197)
Signed-off-by: Pravus <pravusjif@gmail.com>
1 parent 21fbe55 commit e4f5f74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-main-to-experimental.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Commit and push changes in experimental
4545
run: |
46+
BRANCH_NAME="chore/sync"
4647
# Commit if there are changes
4748
git add -A .
4849
git commit --no-edit -m "updated protocol and snapshots" || echo "No changes to commit"

0 commit comments

Comments
 (0)