diff --git a/.github/workflows/mirror-repos.yml b/.github/workflows/mirror-repos.yml index 947c8b5080f7..e351fc7d6927 100644 --- a/.github/workflows/mirror-repos.yml +++ b/.github/workflows/mirror-repos.yml @@ -77,7 +77,7 @@ jobs: for nargo_file in $nargo_files; do git restore --source=origin/master -- $nargo_file done - git commit --all --amend -m "$(git log -1 --pretty=%B) [skip ci]" + git commit --all --amend -m "$(git log -1 --pretty=%B)" git push fi diff --git a/scripts/fix_subrepo_edge_case.sh b/scripts/fix_subrepo_edge_case.sh index bf0d1601e8bf..6888875eaff6 100755 --- a/scripts/fix_subrepo_edge_case.sh +++ b/scripts/fix_subrepo_edge_case.sh @@ -22,4 +22,4 @@ git config --file="$SUBREPO_PATH/.gitrepo" subrepo.parent $new_parent # Commit this change git add "$SUBREPO_PATH/.gitrepo" # This commit should only go into squashed PRs -git commit -m "git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]" +git commit -m "git_subrepo.sh: Fix parent in .gitrepo file."