Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mirror-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/fix_subrepo_edge_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."