From def3f1304952db02088dc1fab7adbf71b26da6f8 Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 5 Feb 2024 00:41:25 +0000 Subject: [PATCH] commits --- .github/workflows/test_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 6ef5c15c25b..cdc8669a658 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -59,7 +59,7 @@ jobs: cd .. # Now push to it with subrepo with all non-noise commit messages MESSAGE=$(git log --pretty=format:"%s" $BASE_AZTEC_COMMIT..HEAD -- noir/ ':!noir/.gitrepo' | grep -v 'git subrepo || true') - git commit --allow-empty -m"feat: Sync commits from `aztec-packages" -mBEGIN_COMMIT_OVERRIDE -m"$MESSAGE" -mEND_COMMIT_OVERRIDE + git commit --allow-empty -m"feat: Sync commits from aztec-packages" -mBEGIN_COMMIT_OVERRIDE -m"$MESSAGE" -mEND_COMMIT_OVERRIDE COMMIT=$(git rev-parse HEAD) if ./scripts/git_subrepo.sh push $SUBREPO_PATH --squash --branch=$BRANCH; then git reset $COMMIT