Skip to content

Commit

Permalink
commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 5, 2024
1 parent 3acb1e7 commit def3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit def3f13

Please sign in to comment.